void GameEvent.IStartGame.OnStartGame(IGame game)
 {
     ElevatorAnimations.GoToWithNoPlayer();
 }
 void Update()
 {
     ElevatorAnimations?.Update();
 }
Exemple #3
0
 void Update() => ElevatorAnimations?.Update();