public Sprite GiveFace(Emotion emotion) { Sprite givenFace = emotion.ReturnSprite(); return(givenFace); }