diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-11 11:12:29 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-11 11:12:29 +0300 |
| commit | fcea47721fd27dff36c92613bea73a23e3926c89 (patch) | |
| tree | 16543334e05fbd7726ae7d4f6d3679b21f6a1f15 /src/client/ClientSettings.hx | |
| parent | 21c4be884d6c278b5dac67960ed459a6dd2630a2 (diff) | |
Local settings
closes #1
Diffstat (limited to 'src/client/ClientSettings.hx')
| -rw-r--r-- | src/client/ClientSettings.hx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/ClientSettings.hx b/src/client/ClientSettings.hx new file mode 100644 index 0000000..4e931d3 --- /dev/null +++ b/src/client/ClientSettings.hx @@ -0,0 +1,14 @@ +package client; + +typedef ClientSettings = { + version:Int, + name:String, + hash:String, + isExtendedPlayer:Bool, + chatSize:Int, + playerSize:Int, + synchThreshold:Int, + isSwapped:Bool, + isUserListHidden:Bool, + latestLinks:Array<String> +} |
