コード例 #1
0
 void CheckRoundResults()
 {
     if (once_checkroundresult)
     {
         StartCoroutine(GameUI.CheckRoundLimit());
         once_checkroundresult = false;
     }
 }