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,15 +19,15 @@ public final class CanUseSkillNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>bool is_can_use_skill = 13;</code>
* <code>bool is_can_use_skill = 11;</code>
* @return The isCanUseSkill.
*/
boolean getIsCanUseSkill();
}
/**
* <pre>
* Name: LFGOJPDIPNG
* CmdId: 1027
* CmdId: 1075
* Name: ODLKDIPGMOC
* </pre>
*
* Protobuf type {@code CanUseSkillNotify}
@@ -74,7 +74,7 @@ public final class CanUseSkillNotifyOuterClass {
case 0:
done = true;
break;
case 104: {
case 88: {
isCanUseSkill_ = input.readBool();
break;
@@ -111,10 +111,10 @@ public final class CanUseSkillNotifyOuterClass {
emu.grasscutter.net.proto.CanUseSkillNotifyOuterClass.CanUseSkillNotify.class, emu.grasscutter.net.proto.CanUseSkillNotifyOuterClass.CanUseSkillNotify.Builder.class);
}
public static final int IS_CAN_USE_SKILL_FIELD_NUMBER = 13;
public static final int IS_CAN_USE_SKILL_FIELD_NUMBER = 11;
private boolean isCanUseSkill_;
/**
* <code>bool is_can_use_skill = 13;</code>
* <code>bool is_can_use_skill = 11;</code>
* @return The isCanUseSkill.
*/
@java.lang.Override
@@ -137,7 +137,7 @@ public final class CanUseSkillNotifyOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (isCanUseSkill_ != false) {
output.writeBool(13, isCanUseSkill_);
output.writeBool(11, isCanUseSkill_);
}
unknownFields.writeTo(output);
}
@@ -150,7 +150,7 @@ public final class CanUseSkillNotifyOuterClass {
size = 0;
if (isCanUseSkill_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(13, isCanUseSkill_);
.computeBoolSize(11, isCanUseSkill_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -280,8 +280,8 @@ public final class CanUseSkillNotifyOuterClass {
}
/**
* <pre>
* Name: LFGOJPDIPNG
* CmdId: 1027
* CmdId: 1075
* Name: ODLKDIPGMOC
* </pre>
*
* Protobuf type {@code CanUseSkillNotify}
@@ -432,7 +432,7 @@ public final class CanUseSkillNotifyOuterClass {
private boolean isCanUseSkill_ ;
/**
* <code>bool is_can_use_skill = 13;</code>
* <code>bool is_can_use_skill = 11;</code>
* @return The isCanUseSkill.
*/
@java.lang.Override
@@ -440,7 +440,7 @@ public final class CanUseSkillNotifyOuterClass {
return isCanUseSkill_;
}
/**
* <code>bool is_can_use_skill = 13;</code>
* <code>bool is_can_use_skill = 11;</code>
* @param value The isCanUseSkill to set.
* @return This builder for chaining.
*/
@@ -451,7 +451,7 @@ public final class CanUseSkillNotifyOuterClass {
return this;
}
/**
* <code>bool is_can_use_skill = 13;</code>
* <code>bool is_can_use_skill = 11;</code>
* @return This builder for chaining.
*/
public Builder clearIsCanUseSkill() {
@@ -528,7 +528,7 @@ public final class CanUseSkillNotifyOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\027CanUseSkillNotify.proto\"-\n\021CanUseSkill" +
"Notify\022\030\n\020is_can_use_skill\030\r \001(\010B\033\n\031emu." +
"Notify\022\030\n\020is_can_use_skill\030\013 \001(\010B\033\n\031emu." +
"grasscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor