BattlePlayer.cs 160 B

123456789
  1. using CommonAI.ZoneClient;
  2. public class BattlePlayer : BattleUnit
  3. {
  4. public override void OnAwake(ZoneObject zo)
  5. {
  6. base.OnAwake(zo);
  7. }
  8. }