Esempio n. 1
0
    //add the tier2 bool returning.
    public bool GiveTier(Emotion emotion)
    {
        bool newTier = emotion.GiveBool();

        return(newTier);
    }