Add new protocol definitions

This commit is contained in:
KingRainbow44
2023-08-14 18:57:07 -04:00
Unverified
parent 1bcb79840c
commit ceeaf3748a
3772 changed files with 448618 additions and 1108926 deletions
@@ -19,14 +19,14 @@ public final class GCGMsgDuelDataChangeOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 round = 7;</code>
* <code>uint32 round = 10;</code>
* @return The round.
*/
int getRound();
}
/**
* <pre>
* Obf: MAOIFCBPMCG
* Obf: IGCCAHCKIMN
* </pre>
*
* Protobuf type {@code GCGMsgDuelDataChange}
@@ -73,7 +73,7 @@ public final class GCGMsgDuelDataChangeOuterClass {
case 0:
done = true;
break;
case 56: {
case 80: {
round_ = input.readUInt32();
break;
@@ -110,10 +110,10 @@ public final class GCGMsgDuelDataChangeOuterClass {
emu.grasscutter.net.proto.GCGMsgDuelDataChangeOuterClass.GCGMsgDuelDataChange.class, emu.grasscutter.net.proto.GCGMsgDuelDataChangeOuterClass.GCGMsgDuelDataChange.Builder.class);
}
public static final int ROUND_FIELD_NUMBER = 7;
public static final int ROUND_FIELD_NUMBER = 10;
private int round_;
/**
* <code>uint32 round = 7;</code>
* <code>uint32 round = 10;</code>
* @return The round.
*/
@java.lang.Override
@@ -136,7 +136,7 @@ public final class GCGMsgDuelDataChangeOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (round_ != 0) {
output.writeUInt32(7, round_);
output.writeUInt32(10, round_);
}
unknownFields.writeTo(output);
}
@@ -149,7 +149,7 @@ public final class GCGMsgDuelDataChangeOuterClass {
size = 0;
if (round_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, round_);
.computeUInt32Size(10, round_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -278,7 +278,7 @@ public final class GCGMsgDuelDataChangeOuterClass {
}
/**
* <pre>
* Obf: MAOIFCBPMCG
* Obf: IGCCAHCKIMN
* </pre>
*
* Protobuf type {@code GCGMsgDuelDataChange}
@@ -429,7 +429,7 @@ public final class GCGMsgDuelDataChangeOuterClass {
private int round_ ;
/**
* <code>uint32 round = 7;</code>
* <code>uint32 round = 10;</code>
* @return The round.
*/
@java.lang.Override
@@ -437,7 +437,7 @@ public final class GCGMsgDuelDataChangeOuterClass {
return round_;
}
/**
* <code>uint32 round = 7;</code>
* <code>uint32 round = 10;</code>
* @param value The round to set.
* @return This builder for chaining.
*/
@@ -448,7 +448,7 @@ public final class GCGMsgDuelDataChangeOuterClass {
return this;
}
/**
* <code>uint32 round = 7;</code>
* <code>uint32 round = 10;</code>
* @return This builder for chaining.
*/
public Builder clearRound() {
@@ -525,7 +525,7 @@ public final class GCGMsgDuelDataChangeOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\032GCGMsgDuelDataChange.proto\"%\n\024GCGMsgDu" +
"elDataChange\022\r\n\005round\030\007 \001(\rB\033\n\031emu.grass" +
"elDataChange\022\r\n\005round\030\n \001(\rB\033\n\031emu.grass" +
"cutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor