mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 13:13:35 +08:00
Upgrade to REL3.7 (#2164)
* Remove hardcoded quest data * Remove deprecated fields * Try to fix packet * Apply fix for token exchange * Upgrade to REL3.7 * Add obfuscated protocol definitions * Add missing enum (other protos too maybe) * Re-add field setters and add note on removal
This commit is contained in:
+14
-14
@@ -19,15 +19,15 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 point_id = 9;</code>
|
||||
* <code>uint32 point_id = 4;</code>
|
||||
* @return The pointId.
|
||||
*/
|
||||
int getPointId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 268
|
||||
* Name: BGHKMPEDLJO
|
||||
* CmdId: 219
|
||||
* Obf: LDHAOJBJLEE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code PersonalSceneJumpReq}
|
||||
@@ -74,7 +74,7 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 72: {
|
||||
case 32: {
|
||||
|
||||
pointId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
emu.grasscutter.net.proto.PersonalSceneJumpReqOuterClass.PersonalSceneJumpReq.class, emu.grasscutter.net.proto.PersonalSceneJumpReqOuterClass.PersonalSceneJumpReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int POINT_ID_FIELD_NUMBER = 9;
|
||||
public static final int POINT_ID_FIELD_NUMBER = 4;
|
||||
private int pointId_;
|
||||
/**
|
||||
* <code>uint32 point_id = 9;</code>
|
||||
* <code>uint32 point_id = 4;</code>
|
||||
* @return The pointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (pointId_ != 0) {
|
||||
output.writeUInt32(9, pointId_);
|
||||
output.writeUInt32(4, pointId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
size = 0;
|
||||
if (pointId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, pointId_);
|
||||
.computeUInt32Size(4, pointId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 268
|
||||
* Name: BGHKMPEDLJO
|
||||
* CmdId: 219
|
||||
* Obf: LDHAOJBJLEE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code PersonalSceneJumpReq}
|
||||
@@ -431,7 +431,7 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
|
||||
private int pointId_ ;
|
||||
/**
|
||||
* <code>uint32 point_id = 9;</code>
|
||||
* <code>uint32 point_id = 4;</code>
|
||||
* @return The pointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
return pointId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 point_id = 9;</code>
|
||||
* <code>uint32 point_id = 4;</code>
|
||||
* @param value The pointId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 point_id = 9;</code>
|
||||
* <code>uint32 point_id = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPointId() {
|
||||
@@ -527,7 +527,7 @@ public final class PersonalSceneJumpReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\032PersonalSceneJumpReq.proto\"(\n\024Personal" +
|
||||
"SceneJumpReq\022\020\n\010point_id\030\t \001(\rB\033\n\031emu.gr" +
|
||||
"SceneJumpReq\022\020\n\010point_id\030\004 \001(\rB\033\n\031emu.gr" +
|
||||
"asscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user