9 lines
286 B
C#
9 lines
286 B
C#
using System.Numerics;
|
|
using KitsuneCafe.System;
|
|
using UnityEngine;
|
|
|
|
namespace KitsuneCafe.SOAP
|
|
{
|
|
[CreateAssetMenu(fileName = "FloatInputAction", menuName = KitsuneCafeMenu.SoapInput + "Vector2")]
|
|
public class Vector2InputAction : ReactiveInputAction<UnityEngine.Vector2> { }
|
|
}
|