public Positions(Obj_AI_Hero player)
 {
     Player = player;
     RecallData = new RecallData(this);
 }
Example #2
0
 public Positions(AIHeroClient player)
 {
     Player     = player;
     RecallData = new RecallData(this);
 }
Example #3
0
 public Positions(Obj_AI_Hero player)
 {
     Player     = player;
     RecallData = new RecallData(this);
 }