New spyserver source

This commit is contained in:
Ryzerth
2021-07-19 04:52:13 +02:00
parent 8d3557268f
commit 79e2747aed
9 changed files with 470 additions and 489 deletions

View File

@ -32,6 +32,7 @@ public:
bool isPlaying();
bool lockWaterfallControls = false;
bool playButtonLocked = false;
Event<bool> onPlayStateChange;
Event<bool> onInitComplete;