mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
5 lines
124 B
C#
5 lines
124 B
C#
|
namespace UnityAtoms
|
||
|
{
|
||
|
public class VoidListener : GameEventListener<Void, VoidAction, VoidEvent, UnityVoidEvent> { }
|
||
|
}
|