using CommonAI.ZoneClient; public class BattleMonster : BattleUnit { public override void OnAwake(ZoneObject zo) { base.OnAwake(zo); } }