11 lines
No EOL
251 B
C#
11 lines
No EOL
251 B
C#
using PhoenixLib.ServiceBus;
|
|
using PhoenixLib.ServiceBus.Routing;
|
|
|
|
namespace Plugin.FamilyImpl.Messages
|
|
{
|
|
[MessageType("family.disband")]
|
|
public class FamilyDisbandMessage : IMessage
|
|
{
|
|
public long FamilyId { get; init; }
|
|
}
|
|
} |