Add support for v3.5.0 (#2090)

* Fix Dvalin battle

See https://github.com/Anime-Game-Servers/Grasscutter-Quests/pull/25.

This is entirely untested and there's a 99% chance it's broken, I'm just submitting it as a draft PR so that I don't forget about its existence.

Co-Authored-By: mjolsic <21289772+mjolsic@users.noreply.github.com>

* Update protos

* 3.4 protos

* Fix

Now builds successfully, don't have the time to check if I should have specified true instead of false for withChildQuests, or if this functions as intended.

* Change from false to true

Per what smileoflove has been told on Discord

* 3.5

* Remove the Dvalin crap from this PR

Git is so confusing

* Update version

* Apply README changes from `origin/development`

* Remove unnecessary debugging information

---------

Co-authored-by: mjolsic <21289772+mjolsic@users.noreply.github.com>
Co-authored-by: KingRainbow44 <kobedo11@gmail.com>
This commit is contained in:
Colleiflower
2023-03-31 19:13:32 +00:00
committed by GitHub
Unverified
parent 922f7bca51
commit 516e5975e1
1383 changed files with 167226 additions and 586936 deletions
@@ -19,39 +19,44 @@ public final class EvtAvatarLockChairRspOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>.Vector position = 3;</code>
* @return Whether the position field is set.
*/
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 chairId = 15;</code>
* <code>uint64 chair_id = 2;</code>
* @return The chairId.
*/
long getChairId();
/**
* <code>int32 retcode = 12;</code>
* <code>uint32 entity_id = 8;</code>
* @return The entityId.
*/
int getEntityId();
/**
* <code>int32 retcode = 6;</code>
* @return The retcode.
*/
int getRetcode();
/**
* <code>uint32 entityId = 4;</code>
* @return The entityId.
* <code>.Vector position = 12;</code>
* @return Whether the position field is set.
*/
int getEntityId();
boolean hasPosition();
/**
* <code>.Vector position = 12;</code>
* @return The position.
*/
emu.grasscutter.net.proto.VectorOuterClass.Vector getPosition();
/**
* <code>.Vector position = 12;</code>
*/
emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPositionOrBuilder();
}
/**
* <pre>
* Name: NEEHKIBGIKA
* CmdId: 345
* </pre>
*
* Protobuf type {@code EvtAvatarLockChairRsp}
*/
public static final class EvtAvatarLockChairRsp extends
@@ -96,7 +101,22 @@ public final class EvtAvatarLockChairRspOuterClass {
case 0:
done = true;
break;
case 26: {
case 16: {
chairId_ = input.readUInt64();
break;
}
case 48: {
retcode_ = input.readInt32();
break;
}
case 64: {
entityId_ = input.readUInt32();
break;
}
case 98: {
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder subBuilder = null;
if (position_ != null) {
subBuilder = position_.toBuilder();
@@ -109,21 +129,6 @@ 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)) {
@@ -156,167 +161,10 @@ public final class EvtAvatarLockChairRspOuterClass {
emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp.class, emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp.Builder.class);
}
/**
* Protobuf enum {@code EvtAvatarLockChairRsp.GAPNEKBLNKF}
*/
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 POSITION_FIELD_NUMBER = 3;
private emu.grasscutter.net.proto.VectorOuterClass.Vector position_;
/**
* <code>.Vector position = 3;</code>
* @return Whether the position field is set.
*/
@java.lang.Override
public boolean hasPosition() {
return position_ != null;
}
/**
* <code>.Vector position = 3;</code>
* @return The position.
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPosition() {
return position_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : position_;
}
/**
* <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;
public static final int CHAIR_ID_FIELD_NUMBER = 2;
private long chairId_;
/**
* <code>uint64 chairId = 15;</code>
* <code>uint64 chair_id = 2;</code>
* @return The chairId.
*/
@java.lang.Override
@@ -324,10 +172,21 @@ public final class EvtAvatarLockChairRspOuterClass {
return chairId_;
}
public static final int RETCODE_FIELD_NUMBER = 12;
public static final int ENTITY_ID_FIELD_NUMBER = 8;
private int entityId_;
/**
* <code>uint32 entity_id = 8;</code>
* @return The entityId.
*/
@java.lang.Override
public int getEntityId() {
return entityId_;
}
public static final int RETCODE_FIELD_NUMBER = 6;
private int retcode_;
/**
* <code>int32 retcode = 12;</code>
* <code>int32 retcode = 6;</code>
* @return The retcode.
*/
@java.lang.Override
@@ -335,15 +194,30 @@ public final class EvtAvatarLockChairRspOuterClass {
return retcode_;
}
public static final int ENTITYID_FIELD_NUMBER = 4;
private int entityId_;
public static final int POSITION_FIELD_NUMBER = 12;
private emu.grasscutter.net.proto.VectorOuterClass.Vector position_;
/**
* <code>uint32 entityId = 4;</code>
* @return The entityId.
* <code>.Vector position = 12;</code>
* @return Whether the position field is set.
*/
@java.lang.Override
public int getEntityId() {
return entityId_;
public boolean hasPosition() {
return position_ != null;
}
/**
* <code>.Vector position = 12;</code>
* @return The position.
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPosition() {
return position_ == null ? emu.grasscutter.net.proto.VectorOuterClass.Vector.getDefaultInstance() : position_;
}
/**
* <code>.Vector position = 12;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPositionOrBuilder() {
return getPosition();
}
private byte memoizedIsInitialized = -1;
@@ -360,17 +234,17 @@ public final class EvtAvatarLockChairRspOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (position_ != null) {
output.writeMessage(3, getPosition());
}
if (entityId_ != 0) {
output.writeUInt32(4, entityId_);
if (chairId_ != 0L) {
output.writeUInt64(2, chairId_);
}
if (retcode_ != 0) {
output.writeInt32(12, retcode_);
output.writeInt32(6, retcode_);
}
if (chairId_ != 0L) {
output.writeUInt64(15, chairId_);
if (entityId_ != 0) {
output.writeUInt32(8, entityId_);
}
if (position_ != null) {
output.writeMessage(12, getPosition());
}
unknownFields.writeTo(output);
}
@@ -381,21 +255,21 @@ public final class EvtAvatarLockChairRspOuterClass {
if (size != -1) return size;
size = 0;
if (position_ != null) {
if (chairId_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getPosition());
}
if (entityId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(4, entityId_);
.computeUInt64Size(2, chairId_);
}
if (retcode_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(12, retcode_);
.computeInt32Size(6, retcode_);
}
if (chairId_ != 0L) {
if (entityId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(15, chairId_);
.computeUInt32Size(8, entityId_);
}
if (position_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(12, getPosition());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -412,17 +286,17 @@ public final class EvtAvatarLockChairRspOuterClass {
}
emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp other = (emu.grasscutter.net.proto.EvtAvatarLockChairRspOuterClass.EvtAvatarLockChairRsp) obj;
if (getChairId()
!= other.getChairId()) return false;
if (getEntityId()
!= other.getEntityId()) return false;
if (getRetcode()
!= other.getRetcode()) 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;
}
@@ -434,17 +308,17 @@ public final class EvtAvatarLockChairRspOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
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();
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
hash = (53 * hash) + getRetcode();
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;
@@ -541,6 +415,11 @@ public final class EvtAvatarLockChairRspOuterClass {
return builder;
}
/**
* <pre>
* Name: NEEHKIBGIKA
* CmdId: 345
* </pre>
*
* Protobuf type {@code EvtAvatarLockChairRsp}
*/
public static final class Builder extends
@@ -578,18 +457,18 @@ public final class EvtAvatarLockChairRspOuterClass {
@java.lang.Override
public Builder clear() {
super.clear();
chairId_ = 0L;
entityId_ = 0;
retcode_ = 0;
if (positionBuilder_ == null) {
position_ = null;
} else {
position_ = null;
positionBuilder_ = null;
}
chairId_ = 0L;
retcode_ = 0;
entityId_ = 0;
return this;
}
@@ -616,14 +495,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.chairId_ = chairId_;
result.entityId_ = entityId_;
result.retcode_ = retcode_;
if (positionBuilder_ == null) {
result.position_ = position_;
} else {
result.position_ = positionBuilder_.build();
}
result.chairId_ = chairId_;
result.retcode_ = retcode_;
result.entityId_ = entityId_;
onBuilt();
return result;
}
@@ -672,17 +551,17 @@ 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.hasPosition()) {
mergePosition(other.getPosition());
}
if (other.getChairId() != 0L) {
setChairId(other.getChairId());
}
if (other.getEntityId() != 0) {
setEntityId(other.getEntityId());
}
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();
@@ -713,18 +592,111 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
private long chairId_ ;
/**
* <code>uint64 chair_id = 2;</code>
* @return The chairId.
*/
@java.lang.Override
public long getChairId() {
return chairId_;
}
/**
* <code>uint64 chair_id = 2;</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 = 2;</code>
* @return This builder for chaining.
*/
public Builder clearChairId() {
chairId_ = 0L;
onChanged();
return this;
}
private int entityId_ ;
/**
* <code>uint32 entity_id = 8;</code>
* @return The entityId.
*/
@java.lang.Override
public int getEntityId() {
return entityId_;
}
/**
* <code>uint32 entity_id = 8;</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 = 8;</code>
* @return This builder for chaining.
*/
public Builder clearEntityId() {
entityId_ = 0;
onChanged();
return this;
}
private int retcode_ ;
/**
* <code>int32 retcode = 6;</code>
* @return The retcode.
*/
@java.lang.Override
public int getRetcode() {
return retcode_;
}
/**
* <code>int32 retcode = 6;</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 = 6;</code>
* @return This builder for chaining.
*/
public Builder clearRetcode() {
retcode_ = 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 = 3;</code>
* <code>.Vector position = 12;</code>
* @return Whether the position field is set.
*/
public boolean hasPosition() {
return positionBuilder_ != null || position_ != null;
}
/**
* <code>.Vector position = 3;</code>
* <code>.Vector position = 12;</code>
* @return The position.
*/
public emu.grasscutter.net.proto.VectorOuterClass.Vector getPosition() {
@@ -735,7 +707,7 @@ public final class EvtAvatarLockChairRspOuterClass {
}
}
/**
* <code>.Vector position = 3;</code>
* <code>.Vector position = 12;</code>
*/
public Builder setPosition(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (positionBuilder_ == null) {
@@ -751,7 +723,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
/**
* <code>.Vector position = 3;</code>
* <code>.Vector position = 12;</code>
*/
public Builder setPosition(
emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder builderForValue) {
@@ -765,7 +737,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
/**
* <code>.Vector position = 3;</code>
* <code>.Vector position = 12;</code>
*/
public Builder mergePosition(emu.grasscutter.net.proto.VectorOuterClass.Vector value) {
if (positionBuilder_ == null) {
@@ -783,7 +755,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
/**
* <code>.Vector position = 3;</code>
* <code>.Vector position = 12;</code>
*/
public Builder clearPosition() {
if (positionBuilder_ == null) {
@@ -797,7 +769,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return this;
}
/**
* <code>.Vector position = 3;</code>
* <code>.Vector position = 12;</code>
*/
public emu.grasscutter.net.proto.VectorOuterClass.Vector.Builder getPositionBuilder() {
@@ -805,7 +777,7 @@ public final class EvtAvatarLockChairRspOuterClass {
return getPositionFieldBuilder().getBuilder();
}
/**
* <code>.Vector position = 3;</code>
* <code>.Vector position = 12;</code>
*/
public emu.grasscutter.net.proto.VectorOuterClass.VectorOrBuilder getPositionOrBuilder() {
if (positionBuilder_ != null) {
@@ -816,7 +788,7 @@ public final class EvtAvatarLockChairRspOuterClass {
}
}
/**
* <code>.Vector position = 3;</code>
* <code>.Vector position = 12;</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>
@@ -831,99 +803,6 @@ 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) {
@@ -992,11 +871,9 @@ public final class EvtAvatarLockChairRspOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\033EvtAvatarLockChairRsp.proto\032\014Vector.pr" +
"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" +
"oto\"h\n\025EvtAvatarLockChairRsp\022\020\n\010chair_id" +
"\030\002 \001(\004\022\021\n\tentity_id\030\010 \001(\r\022\017\n\007retcode\030\006 \001" +
"(\005\022\031\n\010position\030\014 \001(\0132\007.VectorB\033\n\031emu.gra" +
"sscutter.net.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
@@ -1009,7 +886,7 @@ public final class EvtAvatarLockChairRspOuterClass {
internal_static_EvtAvatarLockChairRsp_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_EvtAvatarLockChairRsp_descriptor,
new java.lang.String[] { "Position", "ChairId", "Retcode", "EntityId", });
new java.lang.String[] { "ChairId", "EntityId", "Retcode", "Position", });
emu.grasscutter.net.proto.VectorOuterClass.getDescriptor();
}