mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FEATURE] Магический UUID для отправки RequestEvent без запроса
This commit is contained in:
parent
e081bf5a76
commit
977f8dfaec
1 changed files with 2 additions and 0 deletions
|
@ -14,4 +14,6 @@ public abstract class RequestEvent implements WebSocketEvent {
|
|||
*/
|
||||
@LauncherNetworkAPI
|
||||
public UUID requestUUID;
|
||||
|
||||
public static final UUID eventUUID = UUID.fromString("fac0e2bd-9820-4449-b191-1d7c9bf781be");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue