diff options
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index 03f18bd..8a0bde2 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -54,6 +54,7 @@ typedef WsEvent = { ?isUnknownClient:Bool, }, ?logout:{ + oldClientName:String, clientName:String, clients:Array<ClientData>, }, @@ -105,4 +106,5 @@ enum abstract WsEventType(String) { var GetTime; var SetTime; var SetLeader; + var ClearChat; } |
