aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Types.hx')
-rw-r--r--src/Types.hx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx
index 8a0bde2..643fd4f 100644
--- a/src/Types.hx
+++ b/src/Types.hx
@@ -84,6 +84,9 @@ typedef WsEvent = {
?setTime:{
time:Float
},
+ ?rewind:{
+ time:Float
+ },
?setLeader:{
clientName:String
}
@@ -105,6 +108,7 @@ enum abstract WsEventType(String) {
var Play;
var GetTime;
var SetTime;
+ var Rewind;
var SetLeader;
var ClearChat;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage