예제 #1
0
파일: Event.cs 프로젝트: Ammybinks/RPG-Game
        internal void Complete(NaviState naviState)
        {
            naviState.ActivateState(0);

            naviState.currentEvent = null;

            typingStrings = null;
        }
예제 #2
0
        internal void Complete(NaviState naviState)
        {
            naviState.ActivateState(0);

            naviState.eventMover = null;

            naviState.pointer.Scale = new Vector2(0.8f, 0.8f);

            typingStrings = null;
        }