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; }
public CheckEndRoundHandler(SOTNGamemode plugin) { this.plugin = plugin; }
public RoundEventHandler(SOTNGamemode plugin) { this.plugin = plugin; }
public InfectionHandler(SOTNGamemode plugin) { this.plugin = plugin; }