Class MaxTimeRestartRuleComponent
Configures the InactivityTimeRestartRuleSystem game rule.
Inheritance
System.Object
MaxTimeRestartRuleComponent
Namespace: Content.Server.GameTicking.Rules.Components
Assembly: Content.Server.dll
Syntax
public sealed class MaxTimeRestartRuleComponent : Component
Fields
| Improve this Doc View SourceRoundEndDelay
The amount of time between the round completing and the lobby appearing.
Declaration
public TimeSpan RoundEndDelay
Field Value
Type | Description |
---|---|
TimeSpan |
RoundMaxTime
The max amount of time the round can last
Declaration
public TimeSpan RoundMaxTime
Field Value
Type | Description |
---|---|
TimeSpan |
TimerCancel
Declaration
public CancellationTokenSource TimerCancel
Field Value
Type | Description |
---|---|
CancellationTokenSource |