Add support for game version 3.6 (#2110)

* Update to game version `3.6.0` (pt. 1)

not complete!

* Update to game version `3.6.0` (pt. 2)

not complete!

* Update compiled definitions
This commit is contained in:
Magix
2023-04-30 19:08:54 -07:00
committed by GitHub
Unverified
parent 60e8106b01
commit c4f1208f45
1323 changed files with 434863 additions and 141164 deletions
@@ -19,7 +19,7 @@ public final class InstableSprayAvatarInfoOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>bool is_trial = 1;</code>
* <code>bool is_trial = 7;</code>
* @return The isTrial.
*/
boolean getIsTrial();
@@ -32,7 +32,7 @@ public final class InstableSprayAvatarInfoOuterClass {
}
/**
* <pre>
* Name: HHNOKNHCINE
* Name: JMAGIHDGPPP
* </pre>
*
* Protobuf type {@code InstableSprayAvatarInfo}
@@ -79,16 +79,16 @@ public final class InstableSprayAvatarInfoOuterClass {
case 0:
done = true;
break;
case 8: {
isTrial_ = input.readBool();
break;
}
case 40: {
avatarId_ = input.readUInt64();
break;
}
case 56: {
isTrial_ = input.readBool();
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
@@ -121,10 +121,10 @@ public final class InstableSprayAvatarInfoOuterClass {
emu.grasscutter.net.proto.InstableSprayAvatarInfoOuterClass.InstableSprayAvatarInfo.class, emu.grasscutter.net.proto.InstableSprayAvatarInfoOuterClass.InstableSprayAvatarInfo.Builder.class);
}
public static final int IS_TRIAL_FIELD_NUMBER = 1;
public static final int IS_TRIAL_FIELD_NUMBER = 7;
private boolean isTrial_;
/**
* <code>bool is_trial = 1;</code>
* <code>bool is_trial = 7;</code>
* @return The isTrial.
*/
@java.lang.Override
@@ -157,12 +157,12 @@ public final class InstableSprayAvatarInfoOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (isTrial_ != false) {
output.writeBool(1, isTrial_);
}
if (avatarId_ != 0L) {
output.writeUInt64(5, avatarId_);
}
if (isTrial_ != false) {
output.writeBool(7, isTrial_);
}
unknownFields.writeTo(output);
}
@@ -172,14 +172,14 @@ public final class InstableSprayAvatarInfoOuterClass {
if (size != -1) return size;
size = 0;
if (isTrial_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(1, isTrial_);
}
if (avatarId_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(5, avatarId_);
}
if (isTrial_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(7, isTrial_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
@@ -313,7 +313,7 @@ public final class InstableSprayAvatarInfoOuterClass {
}
/**
* <pre>
* Name: HHNOKNHCINE
* Name: JMAGIHDGPPP
* </pre>
*
* Protobuf type {@code InstableSprayAvatarInfo}
@@ -470,7 +470,7 @@ public final class InstableSprayAvatarInfoOuterClass {
private boolean isTrial_ ;
/**
* <code>bool is_trial = 1;</code>
* <code>bool is_trial = 7;</code>
* @return The isTrial.
*/
@java.lang.Override
@@ -478,7 +478,7 @@ public final class InstableSprayAvatarInfoOuterClass {
return isTrial_;
}
/**
* <code>bool is_trial = 1;</code>
* <code>bool is_trial = 7;</code>
* @param value The isTrial to set.
* @return This builder for chaining.
*/
@@ -489,7 +489,7 @@ public final class InstableSprayAvatarInfoOuterClass {
return this;
}
/**
* <code>bool is_trial = 1;</code>
* <code>bool is_trial = 7;</code>
* @return This builder for chaining.
*/
public Builder clearIsTrial() {
@@ -597,7 +597,7 @@ public final class InstableSprayAvatarInfoOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\035InstableSprayAvatarInfo.proto\">\n\027Insta" +
"bleSprayAvatarInfo\022\020\n\010is_trial\030\001 \001(\010\022\021\n\t" +
"bleSprayAvatarInfo\022\020\n\010is_trial\030\007 \001(\010\022\021\n\t" +
"avatar_id\030\005 \001(\004B\033\n\031emu.grasscutter.net.p" +
"rotob\006proto3"
};