mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
that's the trick you dont need that.
This commit is contained in:
parent
920f440530
commit
0cbb4a7c88
1 changed files with 1 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ namespace Content.Shared;
|
|||
// DEVNOTE: This is the same as SS14's CCVars. Except it's not named CCVars as that name is
|
||||
// hot garbage.
|
||||
[CVarDefs]
|
||||
public sealed class GameConfigVars: CVars
|
||||
public sealed class GameConfigVars : CVars
|
||||
{
|
||||
// Declare persistent game config variables here.
|
||||
// ```
|
||||
|
|
@ -14,7 +14,4 @@ public sealed class GameConfigVars: CVars
|
|||
// VariableName = CVarDef.Create("namespace.varname", default_value, CVar.TYPE | CVar.OTHERTYPE)
|
||||
// ```
|
||||
// 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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue