10 lines
No EOL
227 B
C#
10 lines
No EOL
227 B
C#
using PhoenixLib.ServiceBus;
|
|
using PhoenixLib.ServiceBus.Routing;
|
|
|
|
namespace WingsAPI.Communication.Raid
|
|
{
|
|
[MessageType("raid.restriction-refresh")]
|
|
public class RaidRestrictionRefreshMessage : IMessage
|
|
{
|
|
}
|
|
} |