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