mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-25 01:11:19 +08:00
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:
+14
-14
@@ -19,15 +19,15 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 way_point_id = 1;</code>
|
||||
* <code>uint32 way_point_id = 14;</code>
|
||||
* @return The wayPointId.
|
||||
*/
|
||||
int getWayPointId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: BEMKEMNHKGB
|
||||
* CmdId: 982
|
||||
* CmdId: 972
|
||||
* Name: MJBBKGDBNJF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DungeonWayPointActivateReq}
|
||||
@@ -74,7 +74,7 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 8: {
|
||||
case 112: {
|
||||
|
||||
wayPointId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
emu.grasscutter.net.proto.DungeonWayPointActivateReqOuterClass.DungeonWayPointActivateReq.class, emu.grasscutter.net.proto.DungeonWayPointActivateReqOuterClass.DungeonWayPointActivateReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int WAY_POINT_ID_FIELD_NUMBER = 1;
|
||||
public static final int WAY_POINT_ID_FIELD_NUMBER = 14;
|
||||
private int wayPointId_;
|
||||
/**
|
||||
* <code>uint32 way_point_id = 1;</code>
|
||||
* <code>uint32 way_point_id = 14;</code>
|
||||
* @return The wayPointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (wayPointId_ != 0) {
|
||||
output.writeUInt32(1, wayPointId_);
|
||||
output.writeUInt32(14, wayPointId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
size = 0;
|
||||
if (wayPointId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(1, wayPointId_);
|
||||
.computeUInt32Size(14, wayPointId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: BEMKEMNHKGB
|
||||
* CmdId: 982
|
||||
* CmdId: 972
|
||||
* Name: MJBBKGDBNJF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DungeonWayPointActivateReq}
|
||||
@@ -431,7 +431,7 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
|
||||
private int wayPointId_ ;
|
||||
/**
|
||||
* <code>uint32 way_point_id = 1;</code>
|
||||
* <code>uint32 way_point_id = 14;</code>
|
||||
* @return The wayPointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
return wayPointId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 way_point_id = 1;</code>
|
||||
* <code>uint32 way_point_id = 14;</code>
|
||||
* @param value The wayPointId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 way_point_id = 1;</code>
|
||||
* <code>uint32 way_point_id = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWayPointId() {
|
||||
@@ -528,7 +528,7 @@ public final class DungeonWayPointActivateReqOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n DungeonWayPointActivateReq.proto\"2\n\032Du" +
|
||||
"ngeonWayPointActivateReq\022\024\n\014way_point_id" +
|
||||
"\030\001 \001(\rB\033\n\031emu.grasscutter.net.protob\006pro" +
|
||||
"\030\016 \001(\rB\033\n\031emu.grasscutter.net.protob\006pro" +
|
||||
"to3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user