mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Fixed color display for kasino game status and added plinko
This commit is contained in:
@@ -498,6 +498,8 @@ public static class BuiltIn
|
||||
public static string KasinoCoinflipEnabled = "Kasino.Coinflip.Enabled";
|
||||
[BuiltInSetting("Whether slots is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
|
||||
public static string KasinoSlotsEnabled = "Kasino.Slots.Enabled";
|
||||
[BuiltInSetting("Whether plinko is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
|
||||
public static string KasinoPlinkoEnabled = "Kasino.Plinko.Enabled";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user