13 lines
No EOL
222 B
C#
13 lines
No EOL
222 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace PhoenixLib.Events
|
|
{
|
|
/// <summary>
|
|
/// Interface for every type of event notification
|
|
/// </summary>
|
|
public interface IAsyncEvent
|
|
{
|
|
}
|
|
} |