about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/temp/Temp.cs
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-05-31 13:41:40 +0200
committerEmma [it/its]@Rory& <root@rory.gay>2024-05-31 13:41:56 +0200
commit59016736ceb4aab3975fe429e226da38c239abf9 (patch)
treedfa44e65b7c027ea1b4a2aa2ce3de7e39d8badfe /LibMatrix.EventTypes/temp/Temp.cs
parentStart implementing new event system (diff)
downloadLibMatrix-59016736ceb4aab3975fe429e226da38c239abf9.tar.xz
Event serialisation fix
Diffstat (limited to 'LibMatrix.EventTypes/temp/Temp.cs')
-rw-r--r--LibMatrix.EventTypes/temp/Temp.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/LibMatrix.EventTypes/temp/Temp.cs b/LibMatrix.EventTypes/temp/Temp.cs
deleted file mode 100644
index 3fbb401..0000000
--- a/LibMatrix.EventTypes/temp/Temp.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-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