namespace MoleMole { public enum EventCategory { EvtDefendStart = 0, EvtDefendSuccess = 1 } }