about summary refs log tree commit diff
path: root/LibMatrix/Interfaces/IStateEventType.cs
blob: d80f22dc57d06896ca165b95e8218b148412ae07 (plain) (blame)
1
2
3
4
5
namespace LibMatrix.Interfaces;

public interface IStateEventType {

}