public enum BattleState
{
    WaitingForPlayers,
    CharactersAtStart,
    MovingTogether,
    Fighting,
    FightOverResults
}