using System; namespace Content.Server.RoundEnd; /// /// If a gamerule with this component is present, override the roundend time to the time set in it. /// [RegisterComponent] public sealed partial class RoundEndTimeRuleComponent : Component { [DataField] public TimeSpan EndAt; }