コード例 #1
0
 public void VerificaQuantidadePartidas()
 {
     if (SaldoPartidas() > 0)
     {
         PerderPartidas(1);
         //SetQuantidadePartidas (true);
     }
     else if (SaldoPartidas() <= 0)
     {
         print("Contando Tempo...");
         tempo.SetContadorTempo(10.0f);
     }
     else
     {
         print("ERRO");
     }
 }