that's the trick you dont need that.

This commit is contained in:
moonheart08 2023-05-11 06:56:30 -05:00
parent 920f440530
commit 0cbb4a7c88

View file

@ -14,7 +14,4 @@ public sealed class GameConfigVars: CVars
// VariableName = CVarDef.Create("namespace.varname", default_value, CVar.TYPE | CVar.OTHERTYPE) // VariableName = CVarDef.Create("namespace.varname", default_value, CVar.TYPE | CVar.OTHERTYPE)
// ``` // ```
// This is a good spot to store your database config, among other things. // This is a good spot to store your database config, among other things.
public static readonly CVarDef<bool>
DummyCVarForTemplate = CVarDef.Create("dummy.whydoineedthis", true, CVar.ARCHIVE);
} }