namespace UnityAtoms { public interface ISetEvent { void SetEvent(E e) where E : AtomEventBase; } }