8 lines
227 B
C#
8 lines
227 B
C#
using KitsuneCafe.System;
|
|
using UnityEngine;
|
|
|
|
namespace KitsuneCafe.SOAP
|
|
{
|
|
[CreateAssetMenu(fileName = "FloatEvent", menuName = KitsuneCafeMenu.SoapEvent + "Float")]
|
|
public class FloatEvent : ReactiveEvent<float> { }
|
|
}
|