Пример #1
0
 void Update()
 {
     if (_currentPhaseBehavior)
     {
         _currentPhaseBehavior.UpdatePhase();
     }
 }
Пример #2
0
 void UpdateGamePhaseBehavior()
 {
     currentPhase.UpdatePhase();
 }