This commit is contained in:
haiwwkes
2024-10-28 05:01:17 +05:00
committed by GitHub
parent 2b05807882
commit dd11e6f774
4 changed files with 35 additions and 12 deletions

View File

@@ -419,4 +419,8 @@ public sealed class WhiteCVars
public static readonly CVarDef<float> ItemToArtifactRatio =
CVarDef.Create("white.random_artifacts_ratio", 0.4f, CVar.SERVERONLY);
public static readonly CVarDef<string> ACWebhook =
CVarDef.Create("ac.webhook", "", CVar.SERVERONLY);
}