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