mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
5 lines
129 B
C#
5 lines
129 B
C#
|
namespace UnityAtoms
|
||
|
{
|
||
|
public class FloatListener : GameEventListener<float, FloatAction, FloatEvent, UnityFloatEvent> { }
|
||
|
}
|