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