예제 #1
0
 public void init_2stage()
 {
     notemager = FindObjectOfType <NoteManger>();
     for (int i = 0; i < noteCount; i++)
     {
         notemager.AddCount(1);
     }
 }
예제 #2
0
 public void CheckAddcount(int i)
 {
     if (!check)
     {
         notemager.AddCount(1);
         check = true;
     }
     else
     {
         return;
     }
 }