mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-05 20:40:29 -08:00
* Switch to convars for configuration * Use Clantag instead of name prefix for [WARDEN] * Fix 7 in muted message
7 lines
199 B
C#
7 lines
199 B
C#
namespace Jailbreak.LastGuard;
|
|
|
|
[Obsolete("No longer used, use FakeConvars")]
|
|
public class LastGuardConfig {
|
|
public string? LastGuardWeapon { get; } = "";
|
|
public int MinimumCTs { get; } = 4;
|
|
} |