Add switch to disable Cecil

Also oops I accidentally committed my horrible CSV hack for quotes previously. Oh well.
This commit is contained in:
barelyprofessional
2026-05-16 11:45:31 -05:00
parent 915a4cc8bf
commit a568fec88e
2 changed files with 14 additions and 6 deletions
+2
View File
@@ -595,6 +595,8 @@ public static class BuiltIn
public static string KasinoPlanesSize = "Kasino.Planes.Size";
[BuiltInSetting("Size (%) of the Plinko board", SettingValueType.Text, "70", WholeNumberRegex)]
public static string KasinoPlinkoSize = "Kasino.Plinko.Size";
[BuiltInSetting("Whether Cecil is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
public static string KasinoCecilEnabled = "Kasino.Cecil.Enabled";
}
}