mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 02:05:03 +08:00
Add new protocol definitions
This commit is contained in:
+14
-14
@@ -19,15 +19,15 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 980
|
||||
* Obf: FIMIPDPGILH
|
||||
* CmdId: 23855
|
||||
* Obf: FDAGGEEHDPO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DungeonCandidateTeamLeaveRsp}
|
||||
@@ -74,7 +74,7 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 104: {
|
||||
case 24: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
emu.grasscutter.net.proto.DungeonCandidateTeamLeaveRspOuterClass.DungeonCandidateTeamLeaveRsp.class, emu.grasscutter.net.proto.DungeonCandidateTeamLeaveRspOuterClass.DungeonCandidateTeamLeaveRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 13;
|
||||
public static final int RETCODE_FIELD_NUMBER = 3;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(13, retcode_);
|
||||
output.writeInt32(3, retcode_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
size = 0;
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(13, retcode_);
|
||||
.computeInt32Size(3, retcode_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 980
|
||||
* Obf: FIMIPDPGILH
|
||||
* CmdId: 23855
|
||||
* Obf: FDAGGEEHDPO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code DungeonCandidateTeamLeaveRsp}
|
||||
@@ -431,7 +431,7 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* <code>int32 retcode = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -528,7 +528,7 @@ public final class DungeonCandidateTeamLeaveRspOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\"DungeonCandidateTeamLeaveRsp.proto\"/\n\034" +
|
||||
"DungeonCandidateTeamLeaveRsp\022\017\n\007retcode\030" +
|
||||
"\r \001(\005B\033\n\031emu.grasscutter.net.protob\006prot" +
|
||||
"\003 \001(\005B\033\n\031emu.grasscutter.net.protob\006prot" +
|
||||
"o3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user