public Positions(AIHeroClient player) { Player = player; RecallData = new RecallData(this); }
public Positions(Obj_AI_Hero player) { Player = player; RecallData = new RecallData(this); }