Files
tbd-station-14/Content.Shared/Roles/MindRoleAddedEvent.cs

9 lines
279 B
C#

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