mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 04:55:01 +08:00
Upgrade to REL3.7 (#2164)
* Remove hardcoded quest data * Remove deprecated fields * Try to fix packet * Apply fix for token exchange * Upgrade to REL3.7 * Add obfuscated protocol definitions * Add missing enum (other protos too maybe) * Re-add field setters and add note on removal
This commit is contained in:
+14
-14
@@ -19,15 +19,15 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 flycloak_id = 11;</code>
|
||||
* <code>uint32 flycloak_id = 6;</code>
|
||||
* @return The flycloakId.
|
||||
*/
|
||||
int getFlycloakId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 1747
|
||||
* Name: MMEGEOONABP
|
||||
* CmdId: 1654
|
||||
* Obf: OPFMGFIPHEE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarGainFlycloakNotify}
|
||||
@@ -74,7 +74,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 88: {
|
||||
case 48: {
|
||||
|
||||
flycloakId_ = input.readUInt32();
|
||||
break;
|
||||
@@ -111,10 +111,10 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
emu.grasscutter.net.proto.AvatarGainFlycloakNotifyOuterClass.AvatarGainFlycloakNotify.class, emu.grasscutter.net.proto.AvatarGainFlycloakNotifyOuterClass.AvatarGainFlycloakNotify.Builder.class);
|
||||
}
|
||||
|
||||
public static final int FLYCLOAK_ID_FIELD_NUMBER = 11;
|
||||
public static final int FLYCLOAK_ID_FIELD_NUMBER = 6;
|
||||
private int flycloakId_;
|
||||
/**
|
||||
* <code>uint32 flycloak_id = 11;</code>
|
||||
* <code>uint32 flycloak_id = 6;</code>
|
||||
* @return The flycloakId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -137,7 +137,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (flycloakId_ != 0) {
|
||||
output.writeUInt32(11, flycloakId_);
|
||||
output.writeUInt32(6, flycloakId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
size = 0;
|
||||
if (flycloakId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(11, flycloakId_);
|
||||
.computeUInt32Size(6, flycloakId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 1747
|
||||
* Name: MMEGEOONABP
|
||||
* CmdId: 1654
|
||||
* Obf: OPFMGFIPHEE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarGainFlycloakNotify}
|
||||
@@ -431,7 +431,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
|
||||
private int flycloakId_ ;
|
||||
/**
|
||||
* <code>uint32 flycloak_id = 11;</code>
|
||||
* <code>uint32 flycloak_id = 6;</code>
|
||||
* @return The flycloakId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
return flycloakId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 flycloak_id = 11;</code>
|
||||
* <code>uint32 flycloak_id = 6;</code>
|
||||
* @param value The flycloakId to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -450,7 +450,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 flycloak_id = 11;</code>
|
||||
* <code>uint32 flycloak_id = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFlycloakId() {
|
||||
@@ -527,7 +527,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\036AvatarGainFlycloakNotify.proto\"/\n\030Avat" +
|
||||
"arGainFlycloakNotify\022\023\n\013flycloak_id\030\013 \001(" +
|
||||
"arGainFlycloakNotify\022\023\n\013flycloak_id\030\006 \001(" +
|
||||
"\rB\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user