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