mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-05 06:13:37 +08:00
Add support for game version 3.6 (#2110)
* Update to game version `3.6.0` (pt. 1) not complete! * Update to game version `3.6.0` (pt. 2) not complete! * Update compiled definitions
This commit is contained in:
+14
-14
@@ -19,15 +19,15 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>uint32 flycloak_id = 9;</code>
|
||||
* <code>uint32 flycloak_id = 11;</code>
|
||||
* @return The flycloakId.
|
||||
*/
|
||||
int getFlycloakId();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: HCLMIGIPANC
|
||||
* CmdId: 1793
|
||||
* CmdId: 1747
|
||||
* Name: MMEGEOONABP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarGainFlycloakNotify}
|
||||
@@ -74,7 +74,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 72: {
|
||||
case 88: {
|
||||
|
||||
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 = 9;
|
||||
public static final int FLYCLOAK_ID_FIELD_NUMBER = 11;
|
||||
private int flycloakId_;
|
||||
/**
|
||||
* <code>uint32 flycloak_id = 9;</code>
|
||||
* <code>uint32 flycloak_id = 11;</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(9, flycloakId_);
|
||||
output.writeUInt32(11, flycloakId_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -150,7 +150,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
size = 0;
|
||||
if (flycloakId_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(9, flycloakId_);
|
||||
.computeUInt32Size(11, flycloakId_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -279,8 +279,8 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: HCLMIGIPANC
|
||||
* CmdId: 1793
|
||||
* CmdId: 1747
|
||||
* Name: MMEGEOONABP
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code AvatarGainFlycloakNotify}
|
||||
@@ -431,7 +431,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
|
||||
private int flycloakId_ ;
|
||||
/**
|
||||
* <code>uint32 flycloak_id = 9;</code>
|
||||
* <code>uint32 flycloak_id = 11;</code>
|
||||
* @return The flycloakId.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -439,7 +439,7 @@ public final class AvatarGainFlycloakNotifyOuterClass {
|
||||
return flycloakId_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 flycloak_id = 9;</code>
|
||||
* <code>uint32 flycloak_id = 11;</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 = 9;</code>
|
||||
* <code>uint32 flycloak_id = 11;</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\t \001(" +
|
||||
"arGainFlycloakNotify\022\023\n\013flycloak_id\030\013 \001(" +
|
||||
"\rB\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user