diff options
Diffstat (limited to 'GameCode/ExceptionThrown.cs')
-rw-r--r-- | GameCode/ExceptionThrown.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GameCode/ExceptionThrown.cs b/GameCode/ExceptionThrown.cs new file mode 100644 index 0000000..1ba81e0 --- /dev/null +++ b/GameCode/ExceptionThrown.cs @@ -0,0 +1,3 @@ +using System; + +public delegate void ExceptionThrown(Exception exeption); |