Files
crystall-punk-14/Content.Server/GameTicking/Events/GetDisallowedJobsEvent.cs

9 lines
265 B
C#
Raw Permalink Normal View History

using Content.Shared.Roles;
using Robust.Shared.Player;
using Robust.Shared.Prototypes;
namespace Content.Server.GameTicking.Events;
[ByRefEvent]
public readonly record struct GetDisallowedJobsEvent(ICommonSession Player, HashSet<ProtoId<JobPrototype>> Jobs);