mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-26 04:09:50 +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:
+6
-6
@@ -112,7 +112,7 @@ public final class AbilityMixinRecoverInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: AACFCFOGCMC
|
||||
* Obf: PEBNHOCGDFE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMixinRecoverInfo}
|
||||
@@ -731,7 +731,7 @@ public final class AbilityMixinRecoverInfoOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: AACFCFOGCMC
|
||||
* Obf: PEBNHOCGDFE
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AbilityMixinRecoverInfo}
|
||||
@@ -1646,8 +1646,8 @@ public final class AbilityMixinRecoverInfoOuterClass {
|
||||
descriptor;
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\035AbilityMixinRecoverInfo.proto\032\026Breakou" +
|
||||
"tSnapShot.proto\032\031MassivePropSyncInfo.pro" +
|
||||
"\n\035AbilityMixinRecoverInfo.proto\032\031Massive" +
|
||||
"PropSyncInfo.proto\032\026BreakoutSnapShot.pro" +
|
||||
"to\"\211\002\n\027AbilityMixinRecoverInfo\022\020\n\010local_" +
|
||||
"id\030\003 \001(\r\022\021\n\tdata_list\030\004 \003(\r\022\036\n\026is_server" +
|
||||
"buff_modifier\030\005 \001(\010\022/\n\021massive_prop_list" +
|
||||
@@ -1660,8 +1660,8 @@ public final class AbilityMixinRecoverInfoOuterClass {
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
||||
emu.grasscutter.net.proto.BreakoutSnapShotOuterClass.getDescriptor(),
|
||||
emu.grasscutter.net.proto.MassivePropSyncInfoOuterClass.getDescriptor(),
|
||||
emu.grasscutter.net.proto.BreakoutSnapShotOuterClass.getDescriptor(),
|
||||
});
|
||||
internal_static_AbilityMixinRecoverInfo_descriptor =
|
||||
getDescriptor().getMessageTypes().get(0);
|
||||
@@ -1669,8 +1669,8 @@ public final class AbilityMixinRecoverInfoOuterClass {
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_AbilityMixinRecoverInfo_descriptor,
|
||||
new java.lang.String[] { "LocalId", "DataList", "IsServerbuffModifier", "MassivePropList", "BreakoutSnapShot", "InstancedAbilityId", "InstancedModifierId", "Source", });
|
||||
emu.grasscutter.net.proto.BreakoutSnapShotOuterClass.getDescriptor();
|
||||
emu.grasscutter.net.proto.MassivePropSyncInfoOuterClass.getDescriptor();
|
||||
emu.grasscutter.net.proto.BreakoutSnapShotOuterClass.getDescriptor();
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user