about summary refs log tree commit diff
path: root/LibMatrix/EventTypes/MatrixEventAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix/EventTypes/MatrixEventAttribute.cs')
-rw-r--r--LibMatrix/EventTypes/MatrixEventAttribute.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/LibMatrix/EventTypes/MatrixEventAttribute.cs b/LibMatrix/EventTypes/MatrixEventAttribute.cs
deleted file mode 100644
index 92334d0..0000000
--- a/LibMatrix/EventTypes/MatrixEventAttribute.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace LibMatrix.EventTypes;
-
-[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
-public class MatrixEventAttribute : Attribute {
-    public string EventName { get; set; }
-    public bool Legacy { get; set; }
-}