Hopefully made arenas with generators?
This commit is contained in:
@ -13,6 +13,7 @@ import org.github.paperspigot.Title;
|
||||
import rip.tilly.bedwars.BedWars;
|
||||
import rip.tilly.bedwars.game.arena.Arena;
|
||||
import rip.tilly.bedwars.game.arena.CopiedArena;
|
||||
import rip.tilly.bedwars.generators.Generator;
|
||||
import rip.tilly.bedwars.utils.CC;
|
||||
import rip.tilly.bedwars.utils.TimeUtils;
|
||||
|
||||
@ -42,6 +43,8 @@ public class Game {
|
||||
private int durationTimer;
|
||||
private int winningTeamId;
|
||||
|
||||
private List<Generator> activatedGenerators = new ArrayList<>();
|
||||
|
||||
public Game(Arena arena, GameType gameType, GameTeam... teams) {
|
||||
this.arena = arena;
|
||||
this.gameType = gameType;
|
||||
|
Reference in New Issue
Block a user