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