void Update() { if (currentPhase != null) { currentPhase.UpdatePhase(); } }
void Update() { currentPhase.UpdatePhase(); }