예제 #1
0
 void Update()
 {
     if (currentPhase != null)
     {
         currentPhase.UpdatePhase();
     }
 }
예제 #2
0
 void Update()
 {
     currentPhase.UpdatePhase();
 }