From 9c6cd2c2310d2e3ce3d1a6e3350a97e7ba0ca657 Mon Sep 17 00:00:00 2001 From: RblSb Date: Mon, 24 Feb 2020 07:58:56 +0300 Subject: Start working on user folder --- src/Types.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Types.hx') diff --git a/src/Types.hx b/src/Types.hx index f2b506f..5706111 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -46,7 +46,8 @@ typedef WsEvent = { clients:Array, isUnknownClient:Bool, clientName:String, - videoList:Array + videoList:Array, + globalIp:String }, ?login:{ clientName:String, -- cgit v1.2.3