Delta-v/Content.Server/Roles/MindRoleAddedEvent.cs

9 lines
266 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;