IEvent.cs 65 B

123456
  1. namespace Blue
  2. {
  3. public interface IEvent
  4. {
  5. }
  6. }