It works! Make the size configurable so we can test various miniature kenos

This commit is contained in:
barelyprofessional
2026-05-10 22:46:59 -05:00
parent 9fd1124522
commit f81783019f
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -589,6 +589,8 @@ public static class BuiltIn
[BuiltInSetting("Whether the DLive livestream check is enabled", SettingValueType.Boolean, "false",
BooleanRegex)]
public static string DLiveEnabled = "DLive.Enabled";
[BuiltInSetting("Size (%) of the Keno board", SettingValueType.Text, "70", WholeNumberRegex)]
public static string KasinoKenoSize = "Kasino.Keno.Size";
}
}