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

namespace LibMatrix.EventTypes;

public class UnknownEventContent : EventContent {

}