aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/ServerState.hx
blob: 41f86ba4e45cd56f79a6f2557142c45034fff6db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package server;

import Types.FlashbackItem;
import Types.Message;
import Types.VideoItem;

typedef ServerState = {
	videoList:Array<VideoItem>,
	isPlaylistOpen:Bool,
	itemPos:Int,
	messages:Array<Message>,
	timer:{
		time:Float, paused:Bool
	},
	?flashbacks:Array<FlashbackItem>,
	?cachedFiles:Array<String>,
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage