10 lines
239 B
C#
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>
|
|
{
|
|
}
|
|
}
|