mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 03:33:33 +08:00
Add new protocol definitions
This commit is contained in:
+14
-14
@@ -19,15 +19,15 @@ public final class GachaActivityResetReqOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 stage_id = 15;</code>
|
||||
* <code>uint32 stage_id = 2;</code>
|
||||
* @return The stageId.
|
||||
*/
|
||||
int getStageId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 8903
|
||||
* Obf: JGOADGMLKGO
|
||||
* CmdId: 8921
|
||||
* Obf: NPCOOLFBIIG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GachaActivityResetReq}
|
||||
@@ -74,7 +74,7 @@ public final class GachaActivityResetReqOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 120: {
|
||||
case 16: {
|
||||
|
||||
stageId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class GachaActivityResetReqOuterClass {
|
||||
emu.grasscutter.net.proto.GachaActivityResetReqOuterClass.GachaActivityResetReq.class, emu.grasscutter.net.proto.GachaActivityResetReqOuterClass.GachaActivityResetReq.Builder.class);
|
||||
}
|
||||
|
||||
public static final int STAGE_ID_FIELD_NUMBER = 15;
|
||||
public static final int STAGE_ID_FIELD_NUMBER = 2;
|
||||
private int stageId_;
|
||||
/**
|
||||
* <code>uint32 stage_id = 15;</code>
|
||||
* <code>uint32 stage_id = 2;</code>
|
||||
* @return The stageId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class GachaActivityResetReqOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (stageId_ != 0) {
|
||||
output.writeUInt32(15, stageId_);
|
||||
output.writeUInt32(2, stageId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class GachaActivityResetReqOuterClass {
|
||||
size = 0;
|
||||
if (stageId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(15, stageId_);
|
||||
.computeUInt32Size(2, stageId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class GachaActivityResetReqOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 8903
|
||||
* Obf: JGOADGMLKGO
|
||||
* CmdId: 8921
|
||||
* Obf: NPCOOLFBIIG
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GachaActivityResetReq}
|
||||
@@ -431,7 +431,7 @@ public final class GachaActivityResetReqOuterClass {
|
||||
|
||||
private int stageId_ ;
|
||||
/**
|
||||
* <code>uint32 stage_id = 15;</code>
|
||||
* <code>uint32 stage_id = 2;</code>
|
||||
* @return The stageId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class GachaActivityResetReqOuterClass {
|
||||
return stageId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 stage_id = 15;</code>
|
||||
* <code>uint32 stage_id = 2;</code>
|
||||
* @param value The stageId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class GachaActivityResetReqOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 stage_id = 15;</code>
|
||||
* <code>uint32 stage_id = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearStageId() {
|
||||
@@ -527,7 +527,7 @@ public final class GachaActivityResetReqOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033GachaActivityResetReq.proto\")\n\025GachaAc" +
|
||||
"tivityResetReq\022\020\n\010stage_id\030\017 \001(\rB\033\n\031emu." +
|
||||
"tivityResetReq\022\020\n\010stage_id\030\002 \001(\rB\033\n\031emu." +
|
||||
"grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user