mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 06:13:37 +08:00
Add new protocol definitions
This commit is contained in:
+14
-14
@@ -19,15 +19,15 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 gallery_id = 6;</code>
|
||||
* <code>uint32 gallery_id = 8;</code>
|
||||
* @return The galleryId.
|
||||
*/
|
||||
int getGalleryId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 8371
|
||||
* Obf: ICMNEALMGEJ
|
||||
* CmdId: 22494
|
||||
* Obf: PDBLAOLHFFF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SalvagePreventRestartReq}
|
||||
@@ -74,7 +74,7 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 48: {
|
||||
case 64: {
|
||||
|
||||
galleryId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
emu.grasscutter.net.proto.SalvagePreventRestartReqOuterClass.SalvagePreventRestartReq.class, emu.grasscutter.net.proto.SalvagePreventRestartReqOuterClass.SalvagePreventRestartReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int GALLERY_ID_FIELD_NUMBER = 6;
|
||||
public static final int GALLERY_ID_FIELD_NUMBER = 8;
|
||||
private int galleryId_;
|
||||
/**
|
||||
* <code>uint32 gallery_id = 6;</code>
|
||||
* <code>uint32 gallery_id = 8;</code>
|
||||
* @return The galleryId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (galleryId_ != 0) {
|
||||
output.writeUInt32(6, galleryId_);
|
||||
output.writeUInt32(8, galleryId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
size = 0;
|
||||
if (galleryId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(6, galleryId_);
|
||||
.computeUInt32Size(8, galleryId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 8371
|
||||
* Obf: ICMNEALMGEJ
|
||||
* CmdId: 22494
|
||||
* Obf: PDBLAOLHFFF
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code SalvagePreventRestartReq}
|
||||
@@ -431,7 +431,7 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
|
||||
private int galleryId_ ;
|
||||
/**
|
||||
* <code>uint32 gallery_id = 6;</code>
|
||||
* <code>uint32 gallery_id = 8;</code>
|
||||
* @return The galleryId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
return galleryId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gallery_id = 6;</code>
|
||||
* <code>uint32 gallery_id = 8;</code>
|
||||
* @param value The galleryId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 gallery_id = 6;</code>
|
||||
* <code>uint32 gallery_id = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearGalleryId() {
|
||||
@@ -527,7 +527,7 @@ public final class SalvagePreventRestartReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036SalvagePreventRestartReq.proto\".\n\030Salv" +
|
||||
"agePreventRestartReq\022\022\n\ngallery_id\030\006 \001(\r" +
|
||||
"agePreventRestartReq\022\022\n\ngallery_id\030\010 \001(\r" +
|
||||
"B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user