Пример #1
0
 public EnemyInfo(AIHeroClient player)
 {
     this.Player     = player;
     this.RecallInfo = new RecallInfo(this);
 }
Пример #2
0
 public EnemyInfo(Obj_AI_Hero player)
 {
     this.Player     = player;
     this.RecallInfo = new RecallInfo(this);
 }
Пример #3
0
 public EnemyInfo(Obj_AI_Hero player)
 {
     this.Player = player;
     this.RecallInfo = new RecallInfo(this);
 }