public void EveryoneEmote(Face.Emotion emotion)
    {
        if (treeFirst)
        {
            treeFirst.ChainEmote(emotion);
        }

        stack.AllEmote(emotion);
    }