mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-23 08:38:23 -05:00
7 lines
122 B
C#
7 lines
122 B
C#
namespace UnityAtoms
|
|
{
|
|
public interface ISetEvent
|
|
{
|
|
void SetEvent<E>(E e) where E : AtomEventBase;
|
|
}
|
|
} |