Example #1
0
 public AI(List<GameObject> cards)
 {
     _judicator= GAMESC.Instance._judicator;
     _cards = cards;
 }
Example #2
0
 public void initJudictor(Judicator judi)
 {
     _judicator = judi;
     _judicator.passCountLevel = _users.Length-1;
 }