Esempio n. 1
0
    //Get a dialogue line for chosen emotion
    public string GiveDialogue(Emotion emotion)
    {
        string givenDialogue = emotion.GiveLine();

        return(givenDialogue);
    }