package me.yaruma.fightsystem.fight;
public enum FightState {
SETUP,
PRE_RUNNING,
RUNNING,
SPECTATE
}