using Content.Shared.Actions; namespace Content.Shared.RatKing; public sealed partial class RatKingRaiseArmyActionEvent : InstantActionEvent { } public sealed partial class RatKingDomainActionEvent : InstantActionEvent { } public sealed partial class RatKingOrderActionEvent : InstantActionEvent { /// /// The type of order being given /// [DataField("type")] public RatKingOrderType Type; }