コード例 #1
0
ファイル: Manager.cs プロジェクト: gbdb71/Binary_Blocks_unity
    public void EveryoneEmote(Face.Emotion emotion)
    {
        if (treeFirst)
        {
            treeFirst.ChainEmote(emotion);
        }

        stack.AllEmote(emotion);
    }