Exemple #1
0
 public void Bail()
 {
     if (GameManager.myPlayerInfo.points >= 25)
     {
         ctrl.Bail();
     }
 }