summaryrefslogtreecommitdiff
path: root/GameCode/ExceptionThrown.cs
blob: 1ba81e0de888cfe3999efb106724a9c4ddf30d18 (plain)
1
2
3
using System;

public delegate void ExceptionThrown(Exception exeption);