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