about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/temp
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-05-30 19:07:09 +0000
committerRory& <root@rory.gay>2024-05-30 19:07:09 +0000
commitcf90f02e1f9c9f7d037976cace2b9c49119c741c (patch)
tree3925bd8d689c3f330c217b0f867ba8a241d893e7 /LibMatrix.EventTypes/temp
parentRename legacy event types (diff)
downloadLibMatrix-cf90f02e1f9c9f7d037976cace2b9c49119c741c.tar.xz
Start implementing new event system
Diffstat (limited to 'LibMatrix.EventTypes/temp')
-rw-r--r--LibMatrix.EventTypes/temp/Temp.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/LibMatrix.EventTypes/temp/Temp.cs b/LibMatrix.EventTypes/temp/Temp.cs
new file mode 100644

index 0000000..3fbb401 --- /dev/null +++ b/LibMatrix.EventTypes/temp/Temp.cs
@@ -0,0 +1,17 @@ +using LibMatrix.EventTypes.Events; + +namespace LibMatrix.EventTypes.temp; + +// public class Temp { +// public MatrixEventCollection<MatrixEventContent> Members = [ +// new MatrixEvent<RoomMembershipEventContent>() { +// Content = new() { +// Membership = "join" +// } +// } +// ]; +// +// public void a() { +// +// } +// } \ No newline at end of file