Example #1
0
 //페이즈2
 void Phase02()
 {
     if (thorn.Thorns.Count - 1 != thorn.ThornCount)
     {
         thorn.DelaySetThorn(0.08f);
     }
     else
     {
         thorn.ThornSetOn = false;
         if (SubPhase == 0)
         {
             Invoke("Complete", Time.Phase2);
         }
     }
 }