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