Esempio n. 1
0
 public static void upDateRoomLocation()
 {
     PlayUITopItem.UpdateRoom(GameState.currentRoom);
     PlayUIBottomItem.updateMessageBox(
         ConfigManager.GetStringResource(13) + GameState.currentRoom);
 }