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