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