Exemplo n.º 1
0
 void Update()
 {
     if (_currentPhaseBehavior)
     {
         _currentPhaseBehavior.UpdatePhase();
     }
 }
Exemplo n.º 2
0
 void UpdateGamePhaseBehavior()
 {
     currentPhase.UpdatePhase();
 }