namespace Content.Client.Actions; /// /// This event is raised when a user clicks on an empty action slot. Enables other systems to fill this slot. /// public sealed class FillActionSlotEvent : EntityEventArgs { public EntityUid? Action; }