![JAR search and dependency download from the Maven repository](/logo.png)
emu.grasscutter.server.dispatch.json.ComboTokenReqJson Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grasscutter Show documentation
Show all versions of grasscutter Show documentation
A server software reimplementation for an anime game.
The newest version!
package emu.grasscutter.server.dispatch.json;
public class ComboTokenReqJson {
public int app_id;
public int channel_id;
public String data;
public String device;
public String sign;
public static class LoginTokenData {
public String uid;
public String token;
public boolean guest;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy