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