Skip to content
Snippets Groups Projects
IBarrackEvent.cs 119 B
Newer Older
  • Learn to ignore specific revisions
  • namespace Logic.Event.World.Barrack {
    public interface IBarrackEvent {
    	public Data.World.Barrack Barrack { get; }
    }
    }