namespace UnityAtoms { public interface IGameEventListener { void OnEventRaised(T item); } public interface IGameEventListener { void OnEventRaised(T1 first, T2 second); } }