public void initThiefPlayer(CheckPoints ch, ThiefUIController c, int ind) { thiefController = c; controller = thiefController; initMyPlayer(ch, Character.Thief, ind); }
public void initPolicePlayer(CheckPoints ch, PoliceUIController c, int ind) { policeController = c; controller = policeController; initMyPlayer(ch, Character.Police, ind); }