11 lines
No EOL
268 B
C#
11 lines
No EOL
268 B
C#
using PhoenixLib.ServiceBus;
|
|
using PhoenixLib.ServiceBus.Routing;
|
|
|
|
namespace WingsAPI.Communication.ServerApi
|
|
{
|
|
[MessageType("worldserver.shutdown")]
|
|
public class WorldServerShutdownMessage : IMessage
|
|
{
|
|
public int ChannelId { get; set; }
|
|
}
|
|
} |