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