about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/temp/Temp.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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