summaryrefslogtreecommitdiff
path: root/GameCode/ExceptionThrown.cs
diff options
context:
space:
mode:
Diffstat (limited to 'GameCode/ExceptionThrown.cs')
-rw-r--r--GameCode/ExceptionThrown.cs3
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);