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