canto/Assets/Scripts/SOAP/Event/StringEvent.cs

8 lines
231 B
C#

using KitsuneCafe.System;
using UnityEngine;
namespace KitsuneCafe.SOAP
{
[CreateAssetMenu(fileName = "StringEvent", menuName = KitsuneCafeMenu.SoapEvent + "String")]
public class StringEvent : ReactiveEvent<string> { }
}