예제 #1
0
        public void OnEnter()
        {
            DialogueGraph fmGraph = (DialogueGraph)graph;

            fmGraph.SetCurrent(this); // TODO this feels scary but it might work, just a reminder that this is a place to look when getting bugs.
        }