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

10 lines
245 B
C#

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