namespace UnityAtoms
{
public sealed class IntListener : GameEventListener<int, IntAction, IntEvent, UnityIntEvent> { }
}