コード例 #1
0
ファイル: LogicPerso.cs プロジェクト: LibertAntoine/PokerImac
 void Reeljouer()
 {
     if (!_isCoucher)
     {
         double esperance = IA.CalculEsperances(this, this._cartes, pot.potCards());
         //print(esperance);
         //print("point" + _point);
         _menu.gameObject.SetActive(true);
         _menu.Launch(this);
     }
 }