package client; typedef ClientSettings = { version:Int, uuid:Null, name:String, hash:String, isExtendedPlayer:Bool, playerSize:Float, chatSize:Float, synchThreshold:Int, isSwapped:Bool, isUserListHidden:Bool, latestLinks:Array, latestSubs:Array, hotkeysEnabled:Bool, showHintList:Bool, checkboxes:Array<{id:String, checked:Null}>, }