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

import Types.Message;
import Types.VideoItem;

typedef ServerState = {
	videoList:Array<VideoItem>,
	itemPos:Int,
	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