aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/ClientSettings.hx
blob: cb5f99fe396f1ded0d08c1af370d861b518a570f (plain) (blame)
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>}>,
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage