[FEATURE] Добавление auth в NewLauncherSettings

This commit is contained in:
Gravit 2019-05-11 17:28:31 +07:00
parent de19457a5a
commit cf9f4ebef9
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -11,6 +11,8 @@ public class NewLauncherSettings {
@LauncherAPI @LauncherAPI
public String login; public String login;
@LauncherAPI @LauncherAPI
public String auth;
@LauncherAPI
public byte[] rsaPassword; public byte[] rsaPassword;
@LauncherAPI @LauncherAPI
public int profile; public int profile;