Example #1
0
 public EnemyInfo(AIHeroClient player)
 {
     this.Player     = player;
     this.RecallInfo = new RecallInfo(this);
 }
Example #2
0
 public EnemyInfo(Obj_AI_Hero player)
 {
     this.Player     = player;
     this.RecallInfo = new RecallInfo(this);
 }
Example #3
0
 public EnemyInfo(Obj_AI_Hero player)
 {
     this.Player = player;
     this.RecallInfo = new RecallInfo(this);
 }