StationJobsGetCandidatesEvent.cs 261 B

12345678
  1. using Content.Shared.Roles;
  2. using Robust.Shared.Network;
  3. using Robust.Shared.Prototypes;
  4. namespace Content.Server.Station.Events;
  5. [ByRefEvent]
  6. public readonly record struct StationJobsGetCandidatesEvent(NetUserId Player, List<ProtoId<JobPrototype>> Jobs);