canto/Assets/Scripts/SOAP/Constant/IntConstant.cs
2025-07-14 22:22:25 -04:00

10 lines
243 B
C#

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