canto/Assets/Scripts/SOAP/Constant/Vector3Constant.cs

10 lines
251 B
C#

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