using Robust.Shared.GameObjects; namespace Content.Server.GameTicking.Events; /// /// Raised at the start of /// public class RoundStartingEvent : EntityEventArgs { }