Beispiel #1
0
    //public string TestMenuList(List<string> menuActionList, string noun)
    //{
    //if (menuActionList.Contains(noun))
    //{
    //return noun;
    //}
    //return noun + " Is not a correct command, please try again.";
    //}

    private void ClearCollectionsForNewLocation()
    {
        im.ClearCollections();
        interactionDescriptionInLocation.Clear();
        navigation.ClearLocationExits();
    }