mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-30 18:20:25 +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 DungeonSlipRevivePointActivateReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 slip_revive_point_id = 8;</code>
|
||||
* <code>uint32 slip_revive_point_id = 13;</code>
|
||||
* @return The slipRevivePointId.
|
||||
*/
|
||||
int getSlipRevivePointId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: IHCPNPJOBFO
|
||||
* CmdId: 911
|
||||
* CmdId: 958
|
||||
* Name: BMGILOEIPPD
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DungeonSlipRevivePointActivateReq}
|
||||
@@ -74,7 +74,7 @@ public final class DungeonSlipRevivePointActivateReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 64: {
|
||||
case 104: {
|
||||
|
||||
slipRevivePointId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class DungeonSlipRevivePointActivateReqOuterClass {
|
||||
emu.grasscutter.net.proto.DungeonSlipRevivePointActivateReqOuterClass.DungeonSlipRevivePointActivateReq.class, emu.grasscutter.net.proto.DungeonSlipRevivePointActivateReqOuterClass.DungeonSlipRevivePointActivateReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int SLIP_REVIVE_POINT_ID_FIELD_NUMBER = 8;
|
||||
public static final int SLIP_REVIVE_POINT_ID_FIELD_NUMBER = 13;
|
||||
private int slipRevivePointId_;
|
||||
/**
|
||||
* <code>uint32 slip_revive_point_id = 8;</code>
|
||||
* <code>uint32 slip_revive_point_id = 13;</code>
|
||||
* @return The slipRevivePointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class DungeonSlipRevivePointActivateReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (slipRevivePointId_ != 0) {
|
||||
output.writeUInt32(8, slipRevivePointId_);
|
||||
output.writeUInt32(13, slipRevivePointId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class DungeonSlipRevivePointActivateReqOuterClass {
|
||||
size = 0;
|
||||
if (slipRevivePointId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(8, slipRevivePointId_);
|
||||
.computeUInt32Size(13, slipRevivePointId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class DungeonSlipRevivePointActivateReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: IHCPNPJOBFO
|
||||
* CmdId: 911
|
||||
* CmdId: 958
|
||||
* Name: BMGILOEIPPD
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DungeonSlipRevivePointActivateReq}
|
||||
@@ -431,7 +431,7 @@ public final class DungeonSlipRevivePointActivateReqOuterClass {
|
||||
|
||||
private int slipRevivePointId_ ;
|
||||
/**
|
||||
* <code>uint32 slip_revive_point_id = 8;</code>
|
||||
* <code>uint32 slip_revive_point_id = 13;</code>
|
||||
* @return The slipRevivePointId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class DungeonSlipRevivePointActivateReqOuterClass {
|
||||
return slipRevivePointId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 slip_revive_point_id = 8;</code>
|
||||
* <code>uint32 slip_revive_point_id = 13;</code>
|
||||
* @param value The slipRevivePointId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class DungeonSlipRevivePointActivateReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 slip_revive_point_id = 8;</code>
|
||||
* <code>uint32 slip_revive_point_id = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSlipRevivePointId() {
|
||||
@@ -528,7 +528,7 @@ public final class DungeonSlipRevivePointActivateReqOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\'DungeonSlipRevivePointActivateReq.prot" +
|
||||
"o\"A\n!DungeonSlipRevivePointActivateReq\022\034" +
|
||||
"\n\024slip_revive_point_id\030\010 \001(\rB\033\n\031emu.gras" +
|
||||
"\n\024slip_revive_point_id\030\r \001(\rB\033\n\031emu.gras" +
|
||||
"scutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user