コード例 #1
0
 void Update()
 {
     if (currentPhase != null)
     {
         currentPhase.UpdatePhase();
     }
 }
コード例 #2
0
ファイル: GameController.cs プロジェクト: Kkkkkkkevin/Shooter
 void Update()
 {
     currentPhase.UpdatePhase();
 }