mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
7 lines
196 B
C#
7 lines
196 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace UnityAtoms
|
||
|
{
|
||
|
public class VoidGameObjectListener : GameEventListener<Void, GameObject, VoidGameObjectAction, VoidGameObjectEvent, UnityVoidGameObjectEvent> { }
|
||
|
}
|