6
StarHorizon_Public/Content.Server/Station/Events/StationJobsGetCandidatesEvent.cs
2025-11-11 11:18:56 +03:00

9 lines
261 B
C#

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