about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/temp/Temp.cs
blob: 3fbb401590fcb73cd6fb5768bcfe043570b65d38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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() {
//         
//     }
// }