server-master/srcs/PhoenixLib.Events/IAsyncEvent.cs
2026-02-10 18:21:30 +01:00

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
{
}
}