aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Events/AInstExceptionEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Events/AInstExceptionEventArgs.cs')
-rw-r--r--ChocolArm64/Events/AInstExceptionEventArgs.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/ChocolArm64/Events/AInstExceptionEventArgs.cs b/ChocolArm64/Events/AInstExceptionEventArgs.cs
deleted file mode 100644
index a6853ea1..00000000
--- a/ChocolArm64/Events/AInstExceptionEventArgs.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-
-namespace ChocolArm64.Events
-{
- public class AInstExceptionEventArgs : EventArgs
- {
- public long Position { get; private set; }
- public int Id { get; private set; }
-
- public AInstExceptionEventArgs(long Position, int Id)
- {
- this.Position = Position;
- this.Id = Id;
- }
- }
-} \ No newline at end of file