Beispiel #1
0
 void FixedUpdate()
 {
     if (CurrentStage)
     {
         CurrentStage.FixedUpdate();
     }
 }