namespace UnityAtoms { /// /// Interface for getting an event. /// public interface IGetEvent { E GetEvent() where E : AtomEventBase; } }