mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-13 01:22:43 -04:00
small planes (#114)
* small planes small planes * Add KasinoPlanesSize setting for Planes board Add KasinoPlanesSize setting for Planes board
This commit is contained in:
@@ -591,6 +591,8 @@ public static class BuiltIn
|
||||
public static string DLiveEnabled = "DLive.Enabled";
|
||||
[BuiltInSetting("Size (%) of the Keno board", SettingValueType.Text, "70", WholeNumberRegex)]
|
||||
public static string KasinoKenoSize = "Kasino.Keno.Size";
|
||||
[BuiltInSetting("Size (%) of the Planes board", SettingValueType.Text, "70", WholeNumberRegex)]
|
||||
public static string KasinoPlanesSize = "Kasino.Planes.Size";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -638,4 +640,4 @@ public class BuiltInSetting(
|
||||
ValueType = ValueType
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user