Beispiel #1
0
 public void RemoveInteraction(Interaction interaction)
 {
     try {
         AvailableInteractions.Remove(interaction);
     }
     catch (NoSuchItemException) {
         DebugMsg.NoExistantInteraction(Debug.LogWarning);
     }
 }