aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/ClientSettings.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-03-11 11:12:29 +0300
committerRblSb <msrblsb@gmail.com>2020-03-11 11:12:29 +0300
commitfcea47721fd27dff36c92613bea73a23e3926c89 (patch)
tree16543334e05fbd7726ae7d4f6d3679b21f6a1f15 /src/client/ClientSettings.hx
parent21c4be884d6c278b5dac67960ed459a6dd2630a2 (diff)
Local settings
closes #1
Diffstat (limited to 'src/client/ClientSettings.hx')
-rw-r--r--src/client/ClientSettings.hx14
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>
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage