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