예제 #1
0
 void Update()
 {
     if (currentGameState != null)
     {
         if (currentGameState.GameStateSatisfied())
         {
             RoomCompleted();
         }
     }
 }