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