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 5f06cec..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 required string EventName { get; set; } - public bool Legacy { get; set; } -} \ No newline at end of file