Exemplo n.º 1
0
 void UnpackRoom()
 {
     roomNavigation.UnpackExitsInRoom();
     PrepareObjectsToTakeOrExamine(roomNavigation.currentRoom);
     interactableItems.AddActionResponsesToUsableInRoomDictionary();
     AddInventoryItemsToExamineDictionary();
 }