using KitsuneCafe.System; using UnityEngine; namespace KitsuneCafe.SOAP { [CreateAssetMenu(fileName = "FloatInputAction", menuName = KitsuneCafeMenu.SoapInput + "Float")] public class FloatInputAction : ReactiveInputAction { } }