11 lines
No EOL
287 B
C#
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; }
|
|
}
|
|
} |