예제 #1
0
        protected virtual void CheckItemSelect()
        {
            if (!playerInput.IsInteractDown() && !playerInput.IsMenuSubmitDown())
            {
                return;
            }

            soundManager.PlaySFX(selectSound);
            this[currentIndex].Select();
        }