export enum CombatStatus { ACTIVE = 'ACTIVE', WON = 'WON', LOST = 'LOST', }