Exemplo n.º 1
0
 /// <summary>
 /// Clears the descritions and the exits
 /// </summary>
 private void ClearCollectionsForNewRoom()
 {
     interactionDescrptionsInRoom.Clear();
     roomNavigation.ClearExits();
     interactableItems.clearCollections();
 }