Files
crystall-punk-14/Content.Server/GameTicking/Events/RoundStartingEvent.cs

11 lines
233 B
C#
Raw Normal View History

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