about summary refs log tree commit diff
path: root/LibMatrix/Interfaces/IStateEventType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix/Interfaces/IStateEventType.cs')
-rw-r--r--LibMatrix/Interfaces/IStateEventType.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/LibMatrix/Interfaces/IStateEventType.cs b/LibMatrix/Interfaces/IStateEventType.cs
new file mode 100644
index 0000000..d80f22d
--- /dev/null
+++ b/LibMatrix/Interfaces/IStateEventType.cs
@@ -0,0 +1,5 @@
+namespace LibMatrix.Interfaces;
+
+public interface IStateEventType {
+
+}