internal static bool InputAction(GameContext game, Player player, ActionInput input) { #warning unfinished return true; }
internal TurnBuilder(GameContext game) { this.game = game; }
private static void GameLoop(GameContext game) { ActionInput[] actions = new ActionInput[game.Settings.PlayersPerTeam * game.Settings.TeamCount]; }