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

10 lines
No EOL
124 B
C#

// WingsEmu
//
// Developed by NosWings Team
namespace PhoenixLib.ServiceBus
{
public interface IMessage
{
}
}