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