Example #1
0
 public virtual void doPick(float a)
 {
     if (hascard.Count == 0 && !agame.Stopgame)
     {
         agame.ranking(this);
         if (agame.ranklist.Count < 2)
         {
             who.doPick(1);
         }
     }
 }
Example #2
0
 void StartGame()
 {
     Desimage.SetActive(false);
     allfinish = true;
     allint    = 0;
     setwho();
     Whoplay.doPick(1);
 }