Пример #1
0
 public DoorEventHandler(SOTNGamemode plugin)
 {
     this.plugin = plugin;
 }
 public EnableGamemode(SOTNGamemode plugin)
 {
     this.plugin = plugin;
 }
 public ConfigHandler(SOTNGamemode plugin)
 {
     this.plugin = plugin;
 }
 public GeneratorHandler(SOTNGamemode plugin)
 {
     this.plugin = plugin;
 }
 public RespawnHandler(SOTNGamemode plugin)
 {
     this.plugin = plugin;
 }
Пример #6
0
 public CheckEndRoundHandler(SOTNGamemode plugin)
 {
     this.plugin = plugin;
 }
Пример #7
0
 public RoundEventHandler(SOTNGamemode plugin)
 {
     this.plugin = plugin;
 }
 public InfectionHandler(SOTNGamemode plugin)
 {
     this.plugin = plugin;
 }