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