update gc 3.4 (#2041)

* update 3.4

* update3.4

* update 3.4

* update 3.4

* Add files via upload

* Delete SetPropCommand.java

* update 3.4 area id

* update version

* exchange cmdid

* exchange cmdid

* exchange cmdid

* my fault

* update AiSyncInfo
This commit is contained in:
yeyeye
2023-02-19 11:18:27 +08:00
committed by GitHub
Unverified
parent 39b4aa1387
commit 71a1e31d37
1191 changed files with 459994 additions and 172995 deletions
@@ -19,49 +19,39 @@ public final class EvtAvatarLockChairRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>int32 retcode = 8;</code>
* @return The retcode.
* <code>.Vector position = 3;</code>
* @return Whether the position field is set.
*/
int getRetcode();
boolean hasPosition();
/**
* <code>.Vector position = 3;</code>
* @return The position.
*/
emu.grasscutter.net.proto.VectorOuterClass.Vector getPosition();
/**
* <code>.Vector position = 3;</code>
*/
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPositionOrBuilder();
/**
* <code>uint64 chair_id = 14;</code>
* <code>uint64 chairId = 15;</code>
* @return The chairId.
*/
long getChairId();
/**
* <code>uint32 entity_id = 9;</code>
* <code>int32 retcode = 12;</code>
* @return The retcode.
*/
int getRetcode();
/**
* <code>uint32 entityId = 4;</code>
* @return The entityId.
*/
int getEntityId();
/**
* <code>.Vector position = 15;</code>
* @return Whether the position field is set.
*/
boolean hasPosition();
/**
* <code>.Vector position = 15;</code>
* @return The position.
*/
emu.grasscutter.net.proto.VectorOuterClass.Vector getPosition();
/**
* <code>.Vector position = 15;</code>
*/
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPositionOrBuilder();
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 309;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code EvtAvatarLockChairRsp}
*/
public static final class EvtAvatarLockChairRsp extends
@@ -106,22 +96,7 @@ public final class EvtAvatarLockChairRspOuterClass {
case 0:
done = true;
break;
case 64: {
retcode_ = input.readInt32();
break;
}
case 72: {
entityId_ = input.readUInt32();
break;
}
case 112: {
chairId_ = input.readUInt64();
break;
}
case 122: {
case 26: {
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
if (position_ != null) {
subBuilder = position_.toBuilder();
@@ -134,6 +109,21 @@ public final class EvtAvatarLockChairRspOuterClass {
break;
}
case 32: {
entityId_ = input.readUInt32();
break;
}
case 96: {
retcode_ = input.readInt32();
break;
}
case 120: {
chairId_ = input.readUInt64();
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
@@ -166,43 +156,141 @@ public final class EvtAvatarLockChairRspOuterClass {
emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp.class, emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp.Builder.class);
}
public static final int RETCODE_FIELD_NUMBER = 8;
private int retcode_;
/**
* <code>int32 retcode = 8;</code>
* @return The retcode.
* Protobuf enum {@code EvtAvatarLockChairRsp.GAPNEKBLNKF}
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
public enum GAPNEKBLNKF
implements com.google.protobuf.ProtocolMessageEnum {
/**
* <code>NONE = 0;</code>
*/
NONE(0, 0),
/**
* <code>PEPPOHPHJOJ = 384;</code>
*/
PEPPOHPHJOJ(1, 384),
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
NNBKOLMPOEA(3, 1),
UNRECOGNIZED(-1, -1),
;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final GAPNEKBLNKF DCDNILFDFLB = NONE;
/**
* <code>NONE = 0;</code>
*/
public static final int NONE_VALUE = 0;
/**
* <code>PEPPOHPHJOJ = 384;</code>
*/
public static final int PEPPOHPHJOJ_VALUE = 384;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final int DCDNILFDFLB_VALUE = 0;
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
public static final int NNBKOLMPOEA_VALUE = 1;
public final int getNumber() {
if (index == -1) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static GAPNEKBLNKF valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static GAPNEKBLNKF forNumber(int value) {
switch (value) {
case 0: return NONE;
case 384: return PEPPOHPHJOJ;
case 1: return NNBKOLMPOEA;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap<GAPNEKBLNKF>
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
GAPNEKBLNKF> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap<GAPNEKBLNKF>() {
public GAPNEKBLNKF findValueByNumber(int number) {
return GAPNEKBLNKF.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
if (index == -1) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(index);
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp.getDescriptor().getEnumTypes().get(0);
}
private static final GAPNEKBLNKF[] VALUES = getStaticValuesArray();
private static GAPNEKBLNKF[] getStaticValuesArray() {
return new GAPNEKBLNKF[] {
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
};
}
public static GAPNEKBLNKF valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int index;
private final int value;
private GAPNEKBLNKF(int index, int value) {
this.index = index;
this.value = value;
}
// @@protoc_insertion_point(enum_scope:EvtAvatarLockChairRsp.GAPNEKBLNKF)
}
public static final int CHAIR_ID_FIELD_NUMBER = 14;
private long chairId_;
/**
* <code>uint64 chair_id = 14;</code>
* @return The chairId.
*/
@java.lang.Override
public long getChairId() {
return chairId_;
}
public static final int ENTITY_ID_FIELD_NUMBER = 9;
private int entityId_;
/**
* <code>uint32 entity_id = 9;</code>
* @return The entityId.
*/
@java.lang.Override
public int getEntityId() {
return entityId_;
}
public static final int POSITION_FIELD_NUMBER = 15;
public static final int POSITION_FIELD_NUMBER = 3;
private emu.grasscutter.net.proto.VectorOuterClass.Vector position_;
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
* @return Whether the position field is set.
*/
@java.lang.Override
@@ -210,7 +298,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return position_ != null;
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
* @return The position.
*/
@java.lang.Override
@@ -218,13 +306,46 @@ public final class EvtAvatarLockChairRspOuterClass {
return position_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : position_;
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPositionOrBuilder() {
return getPosition();
}
public static final int CHAIRID_FIELD_NUMBER = 15;
private long chairId_;
/**
* <code>uint64 chairId = 15;</code>
* @return The chairId.
*/
@java.lang.Override
public long getChairId() {
return chairId_;
}
public static final int RETCODE_FIELD_NUMBER = 12;
private int retcode_;
/**
* <code>int32 retcode = 12;</code>
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
public static final int ENTITYID_FIELD_NUMBER = 4;
private int entityId_;
/**
* <code>uint32 entityId = 4;</code>
* @return The entityId.
*/
@java.lang.Override
public int getEntityId() {
return entityId_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -239,17 +360,17 @@ public final class EvtAvatarLockChairRspOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (retcode_ != 0) {
output.writeInt32(8, retcode_);
if (position_ != null) {
output.writeMessage(3, getPosition());
}
if (entityId_ != 0) {
output.writeUInt32(9, entityId_);
output.writeUInt32(4, entityId_);
}
if (retcode_ != 0) {
output.writeInt32(12, retcode_);
}
if (chairId_ != 0L) {
output.writeUInt64(14, chairId_);
}
if (position_ != null) {
output.writeMessage(15, getPosition());
output.writeUInt64(15, chairId_);
}
unknownFields.writeTo(output);
}
@@ -260,21 +381,21 @@ public final class EvtAvatarLockChairRspOuterClass {
if (size != -1) return size;
size = 0;
if (retcode_ != 0) {
if (position_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(8, retcode_);
.computeMessageSize(3, getPosition());
}
if (entityId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(9, entityId_);
.computeUInt32Size(4, entityId_);
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(12, retcode_);
}
if (chairId_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(14, chairId_);
}
if (position_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(15, getPosition());
.computeUInt64Size(15, chairId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -291,17 +412,17 @@ public final class EvtAvatarLockChairRspOuterClass {
}
emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp other = (emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp) obj;
if (getRetcode()
!= other.getRetcode()) return false;
if (getChairId()
!= other.getChairId()) return false;
if (getEntityId()
!= other.getEntityId()) return false;
if (hasPosition() != other.hasPosition()) return false;
if (hasPosition()) {
if (!getPosition()
.equals(other.getPosition())) return false;
}
if (getChairId()
!= other.getChairId()) return false;
if (getRetcode()
!= other.getRetcode()) return false;
if (getEntityId()
!= other.getEntityId()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -313,17 +434,17 @@ public final class EvtAvatarLockChairRspOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
hash = (37 * hash) + CHAIR_ID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getChairId());
hash = (37 * hash) + ENTITY_ID_FIELD_NUMBER;
hash = (53 * hash) + getEntityId();
if (hasPosition()) {
hash = (37 * hash) + POSITION_FIELD_NUMBER;
hash = (53 * hash) + getPosition().hashCode();
}
hash = (37 * hash) + CHAIRID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getChairId());
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
hash = (37 * hash) + ENTITYID_FIELD_NUMBER;
hash = (53 * hash) + getEntityId();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -420,16 +541,6 @@ public final class EvtAvatarLockChairRspOuterClass {
return builder;
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 309;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code EvtAvatarLockChairRsp}
*/
public static final class Builder extends
@@ -467,18 +578,18 @@ public final class EvtAvatarLockChairRspOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
retcode_ = 0;
chairId_ = 0L;
entityId_ = 0;
if (positionBuilder_ == null) {
position_ = null;
} else {
position_ = null;
positionBuilder_ = null;
}
chairId_ = 0L;
retcode_ = 0;
entityId_ = 0;
return this;
}
@@ -505,14 +616,14 @@ public final class EvtAvatarLockChairRspOuterClass {
@java.lang.Override
public emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp buildPartial() {
emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp result = new emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp(this);
result.retcode_ = retcode_;
result.chairId_ = chairId_;
result.entityId_ = entityId_;
if (positionBuilder_ == null) {
result.position_ = position_;
} else {
result.position_ = positionBuilder_.build();
}
result.chairId_ = chairId_;
result.retcode_ = retcode_;
result.entityId_ = entityId_;
onBuilt();
return result;
}
@@ -561,18 +672,18 @@ public final class EvtAvatarLockChairRspOuterClass {
public Builder mergeFrom(emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp other) {
if (other == emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp.getDefaultInstance()) return this;
if (other.getRetcode() != 0) {
setRetcode(other.getRetcode());
if (other.hasPosition()) {
mergePosition(other.getPosition());
}
if (other.getChairId() != 0L) {
setChairId(other.getChairId());
}
if (other.getRetcode() != 0) {
setRetcode(other.getRetcode());
}
if (other.getEntityId() != 0) {
setEntityId(other.getEntityId());
}
if (other.hasPosition()) {
mergePosition(other.getPosition());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -602,111 +713,18 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
private int retcode_ ;
/**
* <code>int32 retcode = 8;</code>
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
/**
* <code>int32 retcode = 8;</code>
* @param value The retcode to set.
* @return This builder for chaining.
*/
public Builder setRetcode(int value) {
retcode_ = value;
onChanged();
return this;
}
/**
* <code>int32 retcode = 8;</code>
* @return This builder for chaining.
*/
public Builder clearRetcode() {
retcode_ = 0;
onChanged();
return this;
}
private long chairId_ ;
/**
* <code>uint64 chair_id = 14;</code>
* @return The chairId.
*/
@java.lang.Override
public long getChairId() {
return chairId_;
}
/**
* <code>uint64 chair_id = 14;</code>
* @param value The chairId to set.
* @return This builder for chaining.
*/
public Builder setChairId(long value) {
chairId_ = value;
onChanged();
return this;
}
/**
* <code>uint64 chair_id = 14;</code>
* @return This builder for chaining.
*/
public Builder clearChairId() {
chairId_ = 0L;
onChanged();
return this;
}
private int entityId_ ;
/**
* <code>uint32 entity_id = 9;</code>
* @return The entityId.
*/
@java.lang.Override
public int getEntityId() {
return entityId_;
}
/**
* <code>uint32 entity_id = 9;</code>
* @param value The entityId to set.
* @return This builder for chaining.
*/
public Builder setEntityId(int value) {
entityId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 entity_id = 9;</code>
* @return This builder for chaining.
*/
public Builder clearEntityId() {
entityId_ = 0;
onChanged();
return this;
}
private emu.grasscutter.net.proto.VectorOuterClass.Vector position_;
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder> positionBuilder_;
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
* @return Whether the position field is set.
*/
public boolean hasPosition() {
return positionBuilder_ != null || position_ != null;
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
* @return The position.
*/
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPosition() {
@@ -717,7 +735,7 @@ public final class EvtAvatarLockChairRspOuterClass {
}
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
*/
public Builder setPosition(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (positionBuilder_ == null) {
@@ -733,7 +751,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
*/
public Builder setPosition(
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
@@ -747,7 +765,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
*/
public Builder mergePosition(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (positionBuilder_ == null) {
@@ -765,7 +783,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
*/
public Builder clearPosition() {
if (positionBuilder_ == null) {
@@ -779,7 +797,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
*/
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getPositionBuilder() {
@@ -787,7 +805,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return getPositionFieldBuilder().getBuilder();
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
*/
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPositionOrBuilder() {
if (positionBuilder_ != null) {
@@ -798,7 +816,7 @@ public final class EvtAvatarLockChairRspOuterClass {
}
}
/**
* <code>.Vector position = 15;</code>
* <code>.Vector position = 3;</code>
*/
private com.google.protobuf.SingleFieldBuilderV3<
emu.grasscutter.net.proto.VectorOuterClass.Vector, emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder, emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder>
@@ -813,6 +831,99 @@ public final class EvtAvatarLockChairRspOuterClass {
}
return positionBuilder_;
}
private long chairId_ ;
/**
* <code>uint64 chairId = 15;</code>
* @return The chairId.
*/
@java.lang.Override
public long getChairId() {
return chairId_;
}
/**
* <code>uint64 chairId = 15;</code>
* @param value The chairId to set.
* @return This builder for chaining.
*/
public Builder setChairId(long value) {
chairId_ = value;
onChanged();
return this;
}
/**
* <code>uint64 chairId = 15;</code>
* @return This builder for chaining.
*/
public Builder clearChairId() {
chairId_ = 0L;
onChanged();
return this;
}
private int retcode_ ;
/**
* <code>int32 retcode = 12;</code>
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
/**
* <code>int32 retcode = 12;</code>
* @param value The retcode to set.
* @return This builder for chaining.
*/
public Builder setRetcode(int value) {
retcode_ = value;
onChanged();
return this;
}
/**
* <code>int32 retcode = 12;</code>
* @return This builder for chaining.
*/
public Builder clearRetcode() {
retcode_ = 0;
onChanged();
return this;
}
private int entityId_ ;
/**
* <code>uint32 entityId = 4;</code>
* @return The entityId.
*/
@java.lang.Override
public int getEntityId() {
return entityId_;
}
/**
* <code>uint32 entityId = 4;</code>
* @param value The entityId to set.
* @return This builder for chaining.
*/
public Builder setEntityId(int value) {
entityId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 entityId = 4;</code>
* @return This builder for chaining.
*/
public Builder clearEntityId() {
entityId_ = 0;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -881,9 +992,11 @@ public final class EvtAvatarLockChairRspOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\033EvtAvatarLockChairRsp.proto\032\014Vector.pr" +
"oto\"h\n\025EvtAvatarLockChairRsp\022\017\n\007retcode\030" +
"\010 \001(\005\022\020\n\010chair_id\030\016 \001(\004\022\021\n\tentity_id\030\t \001" +
"(\r\022\031\n\010position\030\017 \001(\0132\007.VectorB\033\n\031emu.gra" +
"oto\"\267\001\n\025EvtAvatarLockChairRsp\022\031\n\010positio" +
"n\030\003 \001(\0132\007.Vector\022\017\n\007chairId\030\017 \001(\004\022\017\n\007ret" +
"code\030\014 \001(\005\022\020\n\010entityId\030\004 \001(\r\"O\n\013GAPNEKBL" +
"NKF\022\010\n\004NONE\020\000\022\020\n\013PEPPOHPHJOJ\020\200\003\022\017\n\013DCDNI" +
"LFDFLB\020\000\022\017\n\013NNBKOLMPOEA\020\001\032\002\020\001B\033\n\031emu.gra" +
"sscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
@@ -896,7 +1009,7 @@ public final class EvtAvatarLockChairRspOuterClass {
internal_static_EvtAvatarLockChairRsp_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_EvtAvatarLockChairRsp_descriptor,
new java.lang.String[] { "Retcode", "ChairId", "EntityId", "Position", });
new java.lang.String[] { "Position", "ChairId", "Retcode", "EntityId", });
emu.grasscutter.net.proto.VectorOuterClass.getDescriptor();
}