8 lines
234 B
C#
8 lines
234 B
C#
using KitsuneCafe.Sys;
|
|
using UnityEngine;
|
|
|
|
namespace KitsuneCafe.SOAP
|
|
{
|
|
[CreateAssetMenu(fileName = "IntInputAction", menuName = KitsuneCafeMenu.SoapInput + "Int")]
|
|
public class IntInputAction : ReactiveInputAction<int> { }
|
|
}
|