unity-atoms/Source/Listeners/IntListener.cs
2019-09-25 21:05:06 +02:00

8 lines
193 B
C#

using UnityEngine;
namespace UnityAtoms
{
[AddComponentMenu("Unity Atoms/Listeners/Int")]
public sealed class IntListener : AtomListener<int, IntAction, IntEvent, IntUnityEvent> { }
}