aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/ServerState.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ServerState.hx')
-rw-r--r--src/server/ServerState.hx13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/server/ServerState.hx b/src/server/ServerState.hx
new file mode 100644
index 0000000..06240e5
--- /dev/null
+++ b/src/server/ServerState.hx
@@ -0,0 +1,13 @@
+package server;
+
+import Types.Message;
+import Types.VideoItem;
+
+typedef ServerState = {
+ videoList:Array<VideoItem>,
+ messages:Array<Message>,
+ timer:{
+ time:Float,
+ paused:Bool
+ }
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage