6
StarHorizon_Public/Content.Server/GameTicking/Events/NoJobsAvailableSpawningEvent.cs
2025-08-13 15:03:01 +03:00

9 lines
307 B
C#

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);