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