예제 #1
0
    public void PostMood(Mood mood)
    {
        Mood.Config config = mood.GetConfig();
        if (bubble)
        {
            bubble.sprite = config.bubble;
        }

        if (content)
        {
            content.sprite = config.content;
        }

        remainingViewTime = viewTime;
        animator.SetBool("Show", true);
    }