Files
tbd-station-14/Content.Server/GameTicking/Events/RoundStartingEvent.cs
2022-02-16 18:23:23 +11:00

11 lines
277 B
C#

using Robust.Shared.GameObjects;
namespace Content.Server.GameTicking.Events;
/// <summary>
/// Raised at the start of <see cref="GameTicker.StartRound"/>, after round id has been incremented
/// </summary>
public sealed class RoundStartingEvent : EntityEventArgs
{
}