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