15 lines
No EOL
328 B
C#
15 lines
No EOL
328 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
using PhoenixLib.ServiceBus;
|
|
using PhoenixLib.ServiceBus.Routing;
|
|
|
|
namespace WingsEmu.Plugins.DistributedGameEvents.BotMessages
|
|
{
|
|
[MessageType("game.bot.broadcast-message")]
|
|
public class BotMessageMessage : IMessage
|
|
{
|
|
public string Message { get; set; }
|
|
}
|
|
} |