Countdown is now 4 minutes

This commit is contained in:
zumorica 2020-04-09 20:31:28 +02:00
parent 3c795ad283
commit c55a4ffbf4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ namespace Content.Server.GameObjects.EntitySystems
private CancellationTokenSource _roundEndCancellationTokenSource = new CancellationTokenSource();
public bool IsRoundEndCountdownStarted { get; private set; }
public int RoundEndCountdownTime { get; set; } = 5000;
public int RoundEndCountdownTime { get; set; } = 240000;
public TimeSpan? ExpectedCountdownEnd = null;
public delegate void RoundEndCountdownStarted();