// WingsEmu // // Developed by NosWings Team namespace PhoenixLib.Events { /// /// Interface for every type of event notification /// public interface IAsyncEvent { } }