1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
package client; typedef ClientSettings = { version:Int, uuid:Null<String>, name:String, hash:String, isExtendedPlayer:Bool, playerSize:Float, chatSize:Float, synchThreshold:Int, isSwapped:Bool, isUserListHidden:Bool, latestLinks:Array<String>, latestSubs:Array<String>, hotkeysEnabled:Bool, showHintList:Bool, checkboxes:Array<{id:String, checked:Null<Bool>}>, }
[PATCH repo_name]