mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-13 01:22:43 -04:00
It works! Make the size configurable so we can test various miniature kenos
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user