namespace Content.Shared.Roles; /// /// Raised on mind entities when a role is added to them. /// for the one raised on player entities. /// [ByRefEvent] public readonly record struct MindRoleAddedEvent(bool Silent);