protected void ChangeSelection(MenuOption option) { selectedOption = option; UI.MoveCurrentSelectionCursor(option.cursorSelectionTarget); AudioManager.instance.PlayFromLibrary(AudioLibrary.SoundTag.MenuMove); canMove = false; }