Skip to content

Commit

Permalink
Revert "Added ChaosTargetCount (#2106)"
Browse files Browse the repository at this point in the history
This reverts commit c3612c9.
  • Loading branch information
Thundermaker300 authored Sep 14, 2023
1 parent c3612c9 commit 6ea5471
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Exiled.API/Features/Round.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Exiled.API.Features
using GameCore;

using PlayerRoles;
using PluginAPI.Core;

using RoundRestarting;

/// <summary>
Expand Down Expand Up @@ -61,15 +61,6 @@ public static class Round
/// </summary>
public static bool IsLobby => !(IsEnded || IsStarted);

/// <summary>
/// Gets or sets a value indicating the amount of Chaos Targets remaining.
/// </summary>
public static int ChaosTargetCount
{
get => RoundSummary.singleton.ChaosTargetCount;
set => RoundSummary.singleton.ChaosTargetCount = value;
}

/// <summary>
/// Gets or sets a value indicating whether the round is locked or not.
/// </summary>
Expand Down Expand Up @@ -249,4 +240,4 @@ public static bool EndRound(bool forceEnd = false)
/// </summary>
public static void Start() => CharacterClassManager.ForceRoundStart();
}
}
}

0 comments on commit 6ea5471

Please sign in to comment.