using System.Collections; using System.Collections.Generic; using UnityEngine; [CreateAssetMenu(fileName = "PlayerInputSettings.asset", menuName = "KernelPanic/Player/InputSettings")] public class PlayerInputSettings : ScriptableObject { public float JumpBufferTime; public float UseBufferTime; }