mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 08:23:38 +08:00
Add new protocol definitions
This commit is contained in:
+14
-14
@@ -19,15 +19,15 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 7;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 6;</code>
|
||||
* @return The trialAvatarIndexId.
|
||||
*/
|
||||
int getTrialAvatarIndexId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 2005
|
||||
* Obf: ACMPPBHOFEN
|
||||
* CmdId: 6009
|
||||
* Obf: FMDPKNJCNHO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TrialAvatarFirstPassDungeonNotify}
|
||||
@@ -74,7 +74,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 56: {
|
||||
case 48: {
|
||||
|
||||
trialAvatarIndexId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.TrialAvatarFirstPassDungeonNotifyOuterClass.TrialAvatarFirstPassDungeonNotify.class, emu.grasscutter.net.proto.TrialAvatarFirstPassDungeonNotifyOuterClass.TrialAvatarFirstPassDungeonNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int TRIAL_AVATAR_INDEX_ID_FIELD_NUMBER = 7;
|
||||
public static final int TRIAL_AVATAR_INDEX_ID_FIELD_NUMBER = 6;
|
||||
private int trialAvatarIndexId_;
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 7;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 6;</code>
|
||||
* @return The trialAvatarIndexId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (trialAvatarIndexId_ != 0) {
|
||||
output.writeUInt32(7, trialAvatarIndexId_);
|
||||
output.writeUInt32(6, trialAvatarIndexId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
size = 0;
|
||||
if (trialAvatarIndexId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(7, trialAvatarIndexId_);
|
||||
.computeUInt32Size(6, trialAvatarIndexId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 2005
|
||||
* Obf: ACMPPBHOFEN
|
||||
* CmdId: 6009
|
||||
* Obf: FMDPKNJCNHO
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code TrialAvatarFirstPassDungeonNotify}
|
||||
@@ -431,7 +431,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
|
||||
private int trialAvatarIndexId_ ;
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 7;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 6;</code>
|
||||
* @return The trialAvatarIndexId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
return trialAvatarIndexId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 7;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 6;</code>
|
||||
* @param value The trialAvatarIndexId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 trial_avatar_index_id = 7;</code>
|
||||
* <code>uint32 trial_avatar_index_id = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTrialAvatarIndexId() {
|
||||
@@ -528,7 +528,7 @@ public final class TrialAvatarFirstPassDungeonNotifyOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\'TrialAvatarFirstPassDungeonNotify.prot" +
|
||||
"o\"B\n!TrialAvatarFirstPassDungeonNotify\022\035" +
|
||||
"\n\025trial_avatar_index_id\030\007 \001(\rB\033\n\031emu.gra" +
|
||||
"\n\025trial_avatar_index_id\030\006 \001(\rB\033\n\031emu.gra" +
|
||||
"sscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user