using UnityEngine.InputSystem; namespace NBF.Setting { public abstract class KeyBoardOption : InputOption { } }