コード例 #1
0
ファイル: AI.cs プロジェクト: wsjsfcfcmd/Richman
 public AI(List<GameObject> cards)
 {
     _judicator= GAMESC.Instance._judicator;
     _cards = cards;
 }
コード例 #2
0
ファイル: GAMESC.cs プロジェクト: wsjsfcfcmd/Richman
 public void initJudictor(Judicator judi)
 {
     _judicator = judi;
     _judicator.passCountLevel = _users.Length-1;
 }