server-master/srcs/_plugins/WingsEmu.Plugins.DistributedGameEvents/InterChannel/ChatShoutAdminMessage.cs
2026-02-10 18:21:30 +01:00

11 lines
No EOL
287 B
C#

using PhoenixLib.ServiceBus;
using PhoenixLib.ServiceBus.Routing;
namespace WingsEmu.Plugins.DistributedGameEvents.InterChannel
{
[MessageType("chat.shout.adminmessage")]
public class ChatShoutAdminMessage : IMessage
{
public string Message { get; init; }
}
}