Files
tbd-station-14/Content.Server/Roles/MindRoleAddedEvent.cs
2023-08-30 18:06:15 -07:00

9 lines
279 B
C#

namespace Content.Server.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);