diff options
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 0f56392..3d25fda 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -5,6 +5,7 @@ import Client.ClientData; enum abstract PlayerType(String) { var RawType; var YoutubeType; + var VkType; var IframeType; } |
