diff options
| author | RblSb <msrblsb@gmail.com> | 2021-08-15 13:40:01 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-08-15 13:44:32 +0300 |
| commit | f2d28c726ba46f03716ed37667d0e94c60ad3459 (patch) | |
| tree | d13d389f005cbb5ba5b5f46da05bbacf5801fbbb /src/Types.hx | |
| parent | 5b908e914ebfeedb2895f5de1b9167a6ce12c136 (diff) | |
Add /flashback (/fb)
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index c2136b4..6a15bba 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -215,6 +215,7 @@ enum abstract WsEventType(String) { var SetTime; var SetRate; var Rewind; + var Flashback; var SetLeader; var PlayItem; var SetNextItem; |
