mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 04:13:34 +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
@@ -53,15 +53,15 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
int key);
|
||||
|
||||
/**
|
||||
* <code>uint32 client_red_dot_timestamp = 14;</code>
|
||||
* <code>uint32 client_red_dot_timestamp = 3;</code>
|
||||
* @return The clientRedDotTimestamp.
|
||||
*/
|
||||
int getClientRedDotTimestamp();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 5667
|
||||
* Name: NKAFABCJHNC
|
||||
* CmdId: 5687
|
||||
* Obf: GGHFPMEMPIE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code H5ActivityIdsNotify}
|
||||
@@ -109,7 +109,7 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 112: {
|
||||
case 24: {
|
||||
|
||||
clientRedDotTimestamp_ = input.readUInt32();
|
||||
break;
|
||||
@@ -252,10 +252,10 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int CLIENT_RED_DOT_TIMESTAMP_FIELD_NUMBER = 14;
|
||||
public static final int CLIENT_RED_DOT_TIMESTAMP_FIELD_NUMBER = 3;
|
||||
private int clientRedDotTimestamp_;
|
||||
/**
|
||||
* <code>uint32 client_red_dot_timestamp = 14;</code>
|
||||
* <code>uint32 client_red_dot_timestamp = 3;</code>
|
||||
* @return The clientRedDotTimestamp.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -278,7 +278,7 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (clientRedDotTimestamp_ != 0) {
|
||||
output.writeUInt32(14, clientRedDotTimestamp_);
|
||||
output.writeUInt32(3, clientRedDotTimestamp_);
|
||||
}
|
||||
com.google.protobuf.GeneratedMessageV3
|
||||
.serializeIntegerMapTo(
|
||||
@@ -297,7 +297,7 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
size = 0;
|
||||
if (clientRedDotTimestamp_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(14, clientRedDotTimestamp_);
|
||||
.computeUInt32Size(3, clientRedDotTimestamp_);
|
||||
}
|
||||
for (java.util.Map.Entry<java.lang.Integer, java.lang.Integer> entry
|
||||
: internalGetH5ActivityMap().getMap().entrySet()) {
|
||||
@@ -442,8 +442,8 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 5667
|
||||
* Name: NKAFABCJHNC
|
||||
* CmdId: 5687
|
||||
* Obf: GGHFPMEMPIE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code H5ActivityIdsNotify}
|
||||
@@ -751,7 +751,7 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
|
||||
private int clientRedDotTimestamp_ ;
|
||||
/**
|
||||
* <code>uint32 client_red_dot_timestamp = 14;</code>
|
||||
* <code>uint32 client_red_dot_timestamp = 3;</code>
|
||||
* @return The clientRedDotTimestamp.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -759,7 +759,7 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
return clientRedDotTimestamp_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 client_red_dot_timestamp = 14;</code>
|
||||
* <code>uint32 client_red_dot_timestamp = 3;</code>
|
||||
* @param value The clientRedDotTimestamp to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -770,7 +770,7 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 client_red_dot_timestamp = 14;</code>
|
||||
* <code>uint32 client_red_dot_timestamp = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearClientRedDotTimestamp() {
|
||||
@@ -854,7 +854,7 @@ public final class H5ActivityIdsNotifyOuterClass {
|
||||
"\n\031H5ActivityIdsNotify.proto\"\257\001\n\023H5Activi" +
|
||||
"tyIdsNotify\022@\n\017h5_activity_map\030\017 \003(\0132\'.H" +
|
||||
"5ActivityIdsNotify.H5ActivityMapEntry\022 \n" +
|
||||
"\030client_red_dot_timestamp\030\016 \001(\r\0324\n\022H5Act" +
|
||||
"\030client_red_dot_timestamp\030\003 \001(\r\0324\n\022H5Act" +
|
||||
"ivityMapEntry\022\013\n\003key\030\001 \001(\r\022\r\n\005value\030\002 \001(" +
|
||||
"\r:\0028\001B\033\n\031emu.grasscutter.net.protob\006prot" +
|
||||
"o3"
|
||||
|
||||
Reference in New Issue
Block a user