mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 02:13:33 +08:00
Add new protocol definitions
This commit is contained in:
+14
-14
@@ -19,15 +19,15 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 room_id = 9;</code>
|
||||
* <code>uint32 room_id = 4;</code>
|
||||
* @return The roomId.
|
||||
*/
|
||||
int getRoomId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 6220
|
||||
* Obf: CJKCLGAOCPI
|
||||
* CmdId: 368
|
||||
* Obf: PGHFANAPDJA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code BackPlayCustomDungeonOfficialReq}
|
||||
@@ -74,7 +74,7 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 72: {
|
||||
case 32: {
|
||||
|
||||
roomId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
emu.grasscutter.net.proto.BackPlayCustomDungeonOfficialReqOuterClass.BackPlayCustomDungeonOfficialReq.class, emu.grasscutter.net.proto.BackPlayCustomDungeonOfficialReqOuterClass.BackPlayCustomDungeonOfficialReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int ROOM_ID_FIELD_NUMBER = 9;
|
||||
public static final int ROOM_ID_FIELD_NUMBER = 4;
|
||||
private int roomId_;
|
||||
/**
|
||||
* <code>uint32 room_id = 9;</code>
|
||||
* <code>uint32 room_id = 4;</code>
|
||||
* @return The roomId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (roomId_ != 0) {
|
||||
output.writeUInt32(9, roomId_);
|
||||
output.writeUInt32(4, roomId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
size = 0;
|
||||
if (roomId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, roomId_);
|
||||
.computeUInt32Size(4, roomId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 6220
|
||||
* Obf: CJKCLGAOCPI
|
||||
* CmdId: 368
|
||||
* Obf: PGHFANAPDJA
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code BackPlayCustomDungeonOfficialReq}
|
||||
@@ -431,7 +431,7 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
|
||||
private int roomId_ ;
|
||||
/**
|
||||
* <code>uint32 room_id = 9;</code>
|
||||
* <code>uint32 room_id = 4;</code>
|
||||
* @return The roomId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
return roomId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 room_id = 9;</code>
|
||||
* <code>uint32 room_id = 4;</code>
|
||||
* @param value The roomId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 room_id = 9;</code>
|
||||
* <code>uint32 room_id = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRoomId() {
|
||||
@@ -528,7 +528,7 @@ public final class BackPlayCustomDungeonOfficialReqOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n&BackPlayCustomDungeonOfficialReq.proto" +
|
||||
"\"3\n BackPlayCustomDungeonOfficialReq\022\017\n\007" +
|
||||
"room_id\030\t \001(\rB\033\n\031emu.grasscutter.net.pro" +
|
||||
"room_id\030\004 \001(\rB\033\n\031emu.grasscutter.net.pro" +
|
||||
"tob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user