export enum BattleAction{
ChargeRight,
ChargeLeft,
MoveRight,
MoveLeft,
AttackRightHigh,
AttackRightMid,
AttackRightLow,
AttackLeftHigh,
AttackLeftMid,
AttackLeftLow,
Wait,
}
export enum CharacterState{
Idle,
Recovering,
Training,