10 lines
248 B
C#
10 lines
248 B
C#
using KitsuneCafe.System;
|
|
using UnityEngine;
|
|
|
|
namespace KitsuneCafe.SOAP
|
|
{
|
|
[CreateAssetMenu(fileName = "StringConstant", menuName = KitsuneCafeMenu.SoapConstant + "String")]
|
|
public class StringConstant : ConstantValue<string>
|
|
{
|
|
}
|
|
}
|