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

10 lines
239 B
C#

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