void Update() { if (currentGameState != null) { if (currentGameState.GameStateSatisfied()) { RoomCompleted(); } } }