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