canto/Assets/Scripts/SOAP/Constant/IntConstant.cs
2025-08-14 19:11:32 -04:00

10 lines
236 B
C#

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