Esempio n. 1
0
    public Sprite GiveFace(Emotion emotion)
    {
        Sprite givenFace = emotion.ReturnSprite();

        return(givenFace);
    }