Пример #1
0
 public void initThiefPlayer(CheckPoints ch, ThiefUIController c, int ind)
 {
     thiefController = c;
     controller      = thiefController;
     initMyPlayer(ch, Character.Thief, ind);
 }
Пример #2
0
 public void initPolicePlayer(CheckPoints ch, PoliceUIController c, int ind)
 {
     policeController = c;
     controller       = policeController;
     initMyPlayer(ch, Character.Police, ind);
 }