| 12345678 |
- using Robust.Shared.Player;
- namespace Content.Server.GameTicking.Events;
- /// <summary>
- /// Raised on players who attempt to spawn in but fail to get a job, due to there not being any job slots available.
- /// </summary>
- public readonly record struct NoJobsAvailableSpawningEvent(ICommonSession Player);
|