diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-22 06:35:57 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-22 06:35:57 +0300 |
| commit | 08d068181045f91f0aa160f9b088a18048b948ec (patch) | |
| tree | a995230c279a5a1fd849dc5202301d15474bca61 /src/Types.hx | |
| parent | 4e0859a0f902e84cfafb38103e0be9f5b81d7abe (diff) | |
More client buttons
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; } |
