about summary refs log tree commit diff
path: root/LibMatrix/EventTypes/UnknownStateEventContent.cs
blob: c47dc99cc1d2d42637f06c30a58614a9adae407d (plain) (blame)
1
2
3
4
5
6
7
using LibMatrix.Interfaces;

namespace LibMatrix.EventTypes;

public class UnknownEventContent : TimelineEventContent {

}