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

public interface IStateEventType { }