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