@@ -351,6 +351,12 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<float> RoundRestartTime =
|
||||
CVarDef.Create("game.round_restart_time", 120f, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// The prototype to use for secret weights.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<string> SecretWeightPrototype =
|
||||
CVarDef.Create("game.secret_weight_prototype", "Secret", CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* Discord
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user