mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-15 10:32:44 -04:00
small plinko (#117)
* Update multi-tracker display format in PlanesCommand * small plinko small plinko * Add Kasino Plinko Size setting
This commit is contained in:
@@ -593,6 +593,8 @@ public static class BuiltIn
|
||||
public static string KasinoKenoSize = "Kasino.Keno.Size";
|
||||
[BuiltInSetting("Size (%) of the Planes board", SettingValueType.Text, "70", WholeNumberRegex)]
|
||||
public static string KasinoPlanesSize = "Kasino.Planes.Size";
|
||||
[BuiltInSetting("Size (%) of the Plinko board", SettingValueType.Text, "70", WholeNumberRegex)]
|
||||
public static string KasinoPlinkoSize = "Kasino.Plinko.Size";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user