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,52 +19,42 @@ public final class AvatarSkillChangeNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint64 avatar_guid = 4;</code>
* <code>uint64 avatarGuid = 4;</code>
* @return The avatarGuid.
*/
long getAvatarGuid();
/**
* <code>uint32 old_level = 7;</code>
* @return The oldLevel.
*/
int getOldLevel();
/**
* <code>uint32 cur_level = 15;</code>
* @return The curLevel.
*/
int getCurLevel();
/**
* <code>uint32 skill_depot_id = 6;</code>
* @return The skillDepotId.
*/
int getSkillDepotId();
/**
* <code>uint32 entity_id = 1;</code>
* <code>uint32 entityId = 12;</code>
* @return The entityId.
*/
int getEntityId();
/**
* <code>uint32 avatar_skill_id = 11;</code>
* <code>uint32 avatarSkillId = 1;</code>
* @return The avatarSkillId.
*/
int getAvatarSkillId();
/**
* <code>uint32 skillDepotId = 5;</code>
* @return The skillDepotId.
*/
int getSkillDepotId();
/**
* <code>uint32 oldLevel = 6;</code>
* @return The oldLevel.
*/
int getOldLevel();
/**
* <code>uint32 curLevel = 2;</code>
* @return The curLevel.
*/
int getCurLevel();
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 1099;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code AvatarSkillChangeNotify}
*/
public static final class AvatarSkillChangeNotify extends
@@ -111,7 +101,12 @@ public final class AvatarSkillChangeNotifyOuterClass {
break;
case 8: {
entityId_ = input.readUInt32();
avatarSkillId_ = input.readUInt32();
break;
}
case 16: {
curLevel_ = input.readUInt32();
break;
}
case 32: {
@@ -119,24 +114,19 @@ public final class AvatarSkillChangeNotifyOuterClass {
avatarGuid_ = input.readUInt64();
break;
}
case 48: {
case 40: {
skillDepotId_ = input.readUInt32();
break;
}
case 56: {
case 48: {
oldLevel_ = input.readUInt32();
break;
}
case 88: {
case 96: {
avatarSkillId_ = input.readUInt32();
break;
}
case 120: {
curLevel_ = input.readUInt32();
entityId_ = input.readUInt32();
break;
}
default: {
@@ -171,10 +161,141 @@ public final class AvatarSkillChangeNotifyOuterClass {
emu.grasscutter.net.proto.AvatarSkillChangeNotifyOuterClass.AvatarSkillChangeNotify.class, emu.grasscutter.net.proto.AvatarSkillChangeNotifyOuterClass.AvatarSkillChangeNotify.Builder.class);
}
public static final int AVATAR_GUID_FIELD_NUMBER = 4;
/**
* Protobuf enum {@code AvatarSkillChangeNotify.MHMGKMKHGCN}
*/
public enum MHMGKMKHGCN
implements com.google.protobuf.ProtocolMessageEnum {
/**
* <code>NONE = 0;</code>
*/
NONE(0, 0),
/**
* <code>PEPPOHPHJOJ = 1016;</code>
*/
PEPPOHPHJOJ(1, 1016),
/**
* <code>NNBKOLMPOEA = 1;</code>
*/
NNBKOLMPOEA(3, 1),
UNRECOGNIZED(-1, -1),
;
/**
* <code>DCDNILFDFLB = 0;</code>
*/
public static final MHMGKMKHGCN DCDNILFDFLB = NONE;
/**
* <code>NONE = 0;</code>
*/
public static final int NONE_VALUE = 0;
/**
* <code>PEPPOHPHJOJ = 1016;</code>
*/
public static final int PEPPOHPHJOJ_VALUE = 1016;
/**
* <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 MHMGKMKHGCN 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 MHMGKMKHGCN forNumber(int value) {
switch (value) {
case 0: return NONE;
case 1016: return PEPPOHPHJOJ;
case 1: return NNBKOLMPOEA;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap<MHMGKMKHGCN>
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
MHMGKMKHGCN> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap<MHMGKMKHGCN>() {
public MHMGKMKHGCN findValueByNumber(int number) {
return MHMGKMKHGCN.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.AvatarSkillChangeNotifyOuterClass.AvatarSkillChangeNotify.getDescriptor().getEnumTypes().get(0);
}
private static final MHMGKMKHGCN[] VALUES = getStaticValuesArray();
private static MHMGKMKHGCN[] getStaticValuesArray() {
return new MHMGKMKHGCN[] {
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA,
};
}
public static MHMGKMKHGCN 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 MHMGKMKHGCN(int index, int value) {
this.index = index;
this.value = value;
}
// @@protoc_insertion_point(enum_scope:AvatarSkillChangeNotify.MHMGKMKHGCN)
}
public static final int AVATARGUID_FIELD_NUMBER = 4;
private long avatarGuid_;
/**
* <code>uint64 avatar_guid = 4;</code>
* <code>uint64 avatarGuid = 4;</code>
* @return The avatarGuid.
*/
@java.lang.Override
@@ -182,43 +303,10 @@ public final class AvatarSkillChangeNotifyOuterClass {
return avatarGuid_;
}
public static final int OLD_LEVEL_FIELD_NUMBER = 7;
private int oldLevel_;
/**
* <code>uint32 old_level = 7;</code>
* @return The oldLevel.
*/
@java.lang.Override
public int getOldLevel() {
return oldLevel_;
}
public static final int CUR_LEVEL_FIELD_NUMBER = 15;
private int curLevel_;
/**
* <code>uint32 cur_level = 15;</code>
* @return The curLevel.
*/
@java.lang.Override
public int getCurLevel() {
return curLevel_;
}
public static final int SKILL_DEPOT_ID_FIELD_NUMBER = 6;
private int skillDepotId_;
/**
* <code>uint32 skill_depot_id = 6;</code>
* @return The skillDepotId.
*/
@java.lang.Override
public int getSkillDepotId() {
return skillDepotId_;
}
public static final int ENTITY_ID_FIELD_NUMBER = 1;
public static final int ENTITYID_FIELD_NUMBER = 12;
private int entityId_;
/**
* <code>uint32 entity_id = 1;</code>
* <code>uint32 entityId = 12;</code>
* @return The entityId.
*/
@java.lang.Override
@@ -226,10 +314,10 @@ public final class AvatarSkillChangeNotifyOuterClass {
return entityId_;
}
public static final int AVATAR_SKILL_ID_FIELD_NUMBER = 11;
public static final int AVATARSKILLID_FIELD_NUMBER = 1;
private int avatarSkillId_;
/**
* <code>uint32 avatar_skill_id = 11;</code>
* <code>uint32 avatarSkillId = 1;</code>
* @return The avatarSkillId.
*/
@java.lang.Override
@@ -237,6 +325,39 @@ public final class AvatarSkillChangeNotifyOuterClass {
return avatarSkillId_;
}
public static final int SKILLDEPOTID_FIELD_NUMBER = 5;
private int skillDepotId_;
/**
* <code>uint32 skillDepotId = 5;</code>
* @return The skillDepotId.
*/
@java.lang.Override
public int getSkillDepotId() {
return skillDepotId_;
}
public static final int OLDLEVEL_FIELD_NUMBER = 6;
private int oldLevel_;
/**
* <code>uint32 oldLevel = 6;</code>
* @return The oldLevel.
*/
@java.lang.Override
public int getOldLevel() {
return oldLevel_;
}
public static final int CURLEVEL_FIELD_NUMBER = 2;
private int curLevel_;
/**
* <code>uint32 curLevel = 2;</code>
* @return The curLevel.
*/
@java.lang.Override
public int getCurLevel() {
return curLevel_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
@@ -251,23 +372,23 @@ public final class AvatarSkillChangeNotifyOuterClass {
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (entityId_ != 0) {
output.writeUInt32(1, entityId_);
if (avatarSkillId_ != 0) {
output.writeUInt32(1, avatarSkillId_);
}
if (curLevel_ != 0) {
output.writeUInt32(2, curLevel_);
}
if (avatarGuid_ != 0L) {
output.writeUInt64(4, avatarGuid_);
}
if (skillDepotId_ != 0) {
output.writeUInt32(6, skillDepotId_);
output.writeUInt32(5, skillDepotId_);
}
if (oldLevel_ != 0) {
output.writeUInt32(7, oldLevel_);
output.writeUInt32(6, oldLevel_);
}
if (avatarSkillId_ != 0) {
output.writeUInt32(11, avatarSkillId_);
}
if (curLevel_ != 0) {
output.writeUInt32(15, curLevel_);
if (entityId_ != 0) {
output.writeUInt32(12, entityId_);
}
unknownFields.writeTo(output);
}
@@ -278,9 +399,13 @@ public final class AvatarSkillChangeNotifyOuterClass {
if (size != -1) return size;
size = 0;
if (entityId_ != 0) {
if (avatarSkillId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(1, entityId_);
.computeUInt32Size(1, avatarSkillId_);
}
if (curLevel_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(2, curLevel_);
}
if (avatarGuid_ != 0L) {
size += com.google.protobuf.CodedOutputStream
@@ -288,19 +413,15 @@ public final class AvatarSkillChangeNotifyOuterClass {
}
if (skillDepotId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(6, skillDepotId_);
.computeUInt32Size(5, skillDepotId_);
}
if (oldLevel_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(7, oldLevel_);
.computeUInt32Size(6, oldLevel_);
}
if (avatarSkillId_ != 0) {
if (entityId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(11, avatarSkillId_);
}
if (curLevel_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(15, curLevel_);
.computeUInt32Size(12, entityId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -319,16 +440,16 @@ public final class AvatarSkillChangeNotifyOuterClass {
if (getAvatarGuid()
!= other.getAvatarGuid()) return false;
if (getOldLevel()
!= other.getOldLevel()) return false;
if (getCurLevel()
!= other.getCurLevel()) return false;
if (getSkillDepotId()
!= other.getSkillDepotId()) return false;
if (getEntityId()
!= other.getEntityId()) return false;
if (getAvatarSkillId()
!= other.getAvatarSkillId()) return false;
if (getSkillDepotId()
!= other.getSkillDepotId()) return false;
if (getOldLevel()
!= other.getOldLevel()) return false;
if (getCurLevel()
!= other.getCurLevel()) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@@ -340,19 +461,19 @@ public final class AvatarSkillChangeNotifyOuterClass {
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + AVATAR_GUID_FIELD_NUMBER;
hash = (37 * hash) + AVATARGUID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getAvatarGuid());
hash = (37 * hash) + OLD_LEVEL_FIELD_NUMBER;
hash = (53 * hash) + getOldLevel();
hash = (37 * hash) + CUR_LEVEL_FIELD_NUMBER;
hash = (53 * hash) + getCurLevel();
hash = (37 * hash) + SKILL_DEPOT_ID_FIELD_NUMBER;
hash = (53 * hash) + getSkillDepotId();
hash = (37 * hash) + ENTITY_ID_FIELD_NUMBER;
hash = (37 * hash) + ENTITYID_FIELD_NUMBER;
hash = (53 * hash) + getEntityId();
hash = (37 * hash) + AVATAR_SKILL_ID_FIELD_NUMBER;
hash = (37 * hash) + AVATARSKILLID_FIELD_NUMBER;
hash = (53 * hash) + getAvatarSkillId();
hash = (37 * hash) + SKILLDEPOTID_FIELD_NUMBER;
hash = (53 * hash) + getSkillDepotId();
hash = (37 * hash) + OLDLEVEL_FIELD_NUMBER;
hash = (53 * hash) + getOldLevel();
hash = (37 * hash) + CURLEVEL_FIELD_NUMBER;
hash = (53 * hash) + getCurLevel();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
@@ -449,16 +570,6 @@ public final class AvatarSkillChangeNotifyOuterClass {
return builder;
}
/**
* <pre>
* enum CmdId {
* option allow_alias = true;
* NONE = 0;
* CMD_ID = 1099;
* ENET_CHANNEL_ID = 0;
* ENET_IS_RELIABLE = 1;
* }
* </pre>
*
* Protobuf type {@code AvatarSkillChangeNotify}
*/
public static final class Builder extends
@@ -498,16 +609,16 @@ public final class AvatarSkillChangeNotifyOuterClass {
super.clear();
avatarGuid_ = 0L;
oldLevel_ = 0;
curLevel_ = 0;
skillDepotId_ = 0;
entityId_ = 0;
avatarSkillId_ = 0;
skillDepotId_ = 0;
oldLevel_ = 0;
curLevel_ = 0;
return this;
}
@@ -535,11 +646,11 @@ public final class AvatarSkillChangeNotifyOuterClass {
public emu.grasscutter.net.proto.AvatarSkillChangeNotifyOuterClass.AvatarSkillChangeNotify buildPartial() {
emu.grasscutter.net.proto.AvatarSkillChangeNotifyOuterClass.AvatarSkillChangeNotify result = new emu.grasscutter.net.proto.AvatarSkillChangeNotifyOuterClass.AvatarSkillChangeNotify(this);
result.avatarGuid_ = avatarGuid_;
result.oldLevel_ = oldLevel_;
result.curLevel_ = curLevel_;
result.skillDepotId_ = skillDepotId_;
result.entityId_ = entityId_;
result.avatarSkillId_ = avatarSkillId_;
result.skillDepotId_ = skillDepotId_;
result.oldLevel_ = oldLevel_;
result.curLevel_ = curLevel_;
onBuilt();
return result;
}
@@ -591,21 +702,21 @@ public final class AvatarSkillChangeNotifyOuterClass {
if (other.getAvatarGuid() != 0L) {
setAvatarGuid(other.getAvatarGuid());
}
if (other.getOldLevel() != 0) {
setOldLevel(other.getOldLevel());
}
if (other.getCurLevel() != 0) {
setCurLevel(other.getCurLevel());
}
if (other.getSkillDepotId() != 0) {
setSkillDepotId(other.getSkillDepotId());
}
if (other.getEntityId() != 0) {
setEntityId(other.getEntityId());
}
if (other.getAvatarSkillId() != 0) {
setAvatarSkillId(other.getAvatarSkillId());
}
if (other.getSkillDepotId() != 0) {
setSkillDepotId(other.getSkillDepotId());
}
if (other.getOldLevel() != 0) {
setOldLevel(other.getOldLevel());
}
if (other.getCurLevel() != 0) {
setCurLevel(other.getCurLevel());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
@@ -637,7 +748,7 @@ public final class AvatarSkillChangeNotifyOuterClass {
private long avatarGuid_ ;
/**
* <code>uint64 avatar_guid = 4;</code>
* <code>uint64 avatarGuid = 4;</code>
* @return The avatarGuid.
*/
@java.lang.Override
@@ -645,7 +756,7 @@ public final class AvatarSkillChangeNotifyOuterClass {
return avatarGuid_;
}
/**
* <code>uint64 avatar_guid = 4;</code>
* <code>uint64 avatarGuid = 4;</code>
* @param value The avatarGuid to set.
* @return This builder for chaining.
*/
@@ -656,7 +767,7 @@ public final class AvatarSkillChangeNotifyOuterClass {
return this;
}
/**
* <code>uint64 avatar_guid = 4;</code>
* <code>uint64 avatarGuid = 4;</code>
* @return This builder for chaining.
*/
public Builder clearAvatarGuid() {
@@ -666,102 +777,9 @@ public final class AvatarSkillChangeNotifyOuterClass {
return this;
}
private int oldLevel_ ;
/**
* <code>uint32 old_level = 7;</code>
* @return The oldLevel.
*/
@java.lang.Override
public int getOldLevel() {
return oldLevel_;
}
/**
* <code>uint32 old_level = 7;</code>
* @param value The oldLevel to set.
* @return This builder for chaining.
*/
public Builder setOldLevel(int value) {
oldLevel_ = value;
onChanged();
return this;
}
/**
* <code>uint32 old_level = 7;</code>
* @return This builder for chaining.
*/
public Builder clearOldLevel() {
oldLevel_ = 0;
onChanged();
return this;
}
private int curLevel_ ;
/**
* <code>uint32 cur_level = 15;</code>
* @return The curLevel.
*/
@java.lang.Override
public int getCurLevel() {
return curLevel_;
}
/**
* <code>uint32 cur_level = 15;</code>
* @param value The curLevel to set.
* @return This builder for chaining.
*/
public Builder setCurLevel(int value) {
curLevel_ = value;
onChanged();
return this;
}
/**
* <code>uint32 cur_level = 15;</code>
* @return This builder for chaining.
*/
public Builder clearCurLevel() {
curLevel_ = 0;
onChanged();
return this;
}
private int skillDepotId_ ;
/**
* <code>uint32 skill_depot_id = 6;</code>
* @return The skillDepotId.
*/
@java.lang.Override
public int getSkillDepotId() {
return skillDepotId_;
}
/**
* <code>uint32 skill_depot_id = 6;</code>
* @param value The skillDepotId to set.
* @return This builder for chaining.
*/
public Builder setSkillDepotId(int value) {
skillDepotId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 skill_depot_id = 6;</code>
* @return This builder for chaining.
*/
public Builder clearSkillDepotId() {
skillDepotId_ = 0;
onChanged();
return this;
}
private int entityId_ ;
/**
* <code>uint32 entity_id = 1;</code>
* <code>uint32 entityId = 12;</code>
* @return The entityId.
*/
@java.lang.Override
@@ -769,7 +787,7 @@ public final class AvatarSkillChangeNotifyOuterClass {
return entityId_;
}
/**
* <code>uint32 entity_id = 1;</code>
* <code>uint32 entityId = 12;</code>
* @param value The entityId to set.
* @return This builder for chaining.
*/
@@ -780,7 +798,7 @@ public final class AvatarSkillChangeNotifyOuterClass {
return this;
}
/**
* <code>uint32 entity_id = 1;</code>
* <code>uint32 entityId = 12;</code>
* @return This builder for chaining.
*/
public Builder clearEntityId() {
@@ -792,7 +810,7 @@ public final class AvatarSkillChangeNotifyOuterClass {
private int avatarSkillId_ ;
/**
* <code>uint32 avatar_skill_id = 11;</code>
* <code>uint32 avatarSkillId = 1;</code>
* @return The avatarSkillId.
*/
@java.lang.Override
@@ -800,7 +818,7 @@ public final class AvatarSkillChangeNotifyOuterClass {
return avatarSkillId_;
}
/**
* <code>uint32 avatar_skill_id = 11;</code>
* <code>uint32 avatarSkillId = 1;</code>
* @param value The avatarSkillId to set.
* @return This builder for chaining.
*/
@@ -811,7 +829,7 @@ public final class AvatarSkillChangeNotifyOuterClass {
return this;
}
/**
* <code>uint32 avatar_skill_id = 11;</code>
* <code>uint32 avatarSkillId = 1;</code>
* @return This builder for chaining.
*/
public Builder clearAvatarSkillId() {
@@ -820,6 +838,99 @@ public final class AvatarSkillChangeNotifyOuterClass {
onChanged();
return this;
}
private int skillDepotId_ ;
/**
* <code>uint32 skillDepotId = 5;</code>
* @return The skillDepotId.
*/
@java.lang.Override
public int getSkillDepotId() {
return skillDepotId_;
}
/**
* <code>uint32 skillDepotId = 5;</code>
* @param value The skillDepotId to set.
* @return This builder for chaining.
*/
public Builder setSkillDepotId(int value) {
skillDepotId_ = value;
onChanged();
return this;
}
/**
* <code>uint32 skillDepotId = 5;</code>
* @return This builder for chaining.
*/
public Builder clearSkillDepotId() {
skillDepotId_ = 0;
onChanged();
return this;
}
private int oldLevel_ ;
/**
* <code>uint32 oldLevel = 6;</code>
* @return The oldLevel.
*/
@java.lang.Override
public int getOldLevel() {
return oldLevel_;
}
/**
* <code>uint32 oldLevel = 6;</code>
* @param value The oldLevel to set.
* @return This builder for chaining.
*/
public Builder setOldLevel(int value) {
oldLevel_ = value;
onChanged();
return this;
}
/**
* <code>uint32 oldLevel = 6;</code>
* @return This builder for chaining.
*/
public Builder clearOldLevel() {
oldLevel_ = 0;
onChanged();
return this;
}
private int curLevel_ ;
/**
* <code>uint32 curLevel = 2;</code>
* @return The curLevel.
*/
@java.lang.Override
public int getCurLevel() {
return curLevel_;
}
/**
* <code>uint32 curLevel = 2;</code>
* @param value The curLevel to set.
* @return This builder for chaining.
*/
public Builder setCurLevel(int value) {
curLevel_ = value;
onChanged();
return this;
}
/**
* <code>uint32 curLevel = 2;</code>
* @return This builder for chaining.
*/
public Builder clearCurLevel() {
curLevel_ = 0;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -887,12 +998,14 @@ public final class AvatarSkillChangeNotifyOuterClass {
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\035AvatarSkillChangeNotify.proto\"\230\001\n\027Avat" +
"arSkillChangeNotify\022\023\n\013avatar_guid\030\004 \001(\004" +
"\022\021\n\told_level\030\007 \001(\r\022\021\n\tcur_level\030\017 \001(\r\022\026" +
"\n\016skill_depot_id\030\006 \001(\r\022\021\n\tentity_id\030\001 \001(" +
"\r\022\027\n\017avatar_skill_id\030\013 \001(\rB\033\n\031emu.grassc" +
"utter.net.protob\006proto3"
"\n\035AvatarSkillChangeNotify.proto\"\341\001\n\027Avat" +
"arSkillChangeNotify\022\022\n\navatarGuid\030\004 \001(\004\022" +
"\020\n\010entityId\030\014 \001(\r\022\025\n\ravatarSkillId\030\001 \001(\r" +
"\022\024\n\014skillDepotId\030\005 \001(\r\022\020\n\010oldLevel\030\006 \001(\r" +
"\022\020\n\010curLevel\030\002 \001(\r\"O\n\013MHMGKMKHGCN\022\010\n\004NON" +
"E\020\000\022\020\n\013PEPPOHPHJOJ\020\370\007\022\017\n\013DCDNILFDFLB\020\000\022\017" +
"\n\013NNBKOLMPOEA\020\001\032\002\020\001B\033\n\031emu.grasscutter.n" +
"et.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
@@ -903,7 +1016,7 @@ public final class AvatarSkillChangeNotifyOuterClass {
internal_static_AvatarSkillChangeNotify_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_AvatarSkillChangeNotify_descriptor,
new java.lang.String[] { "AvatarGuid", "OldLevel", "CurLevel", "SkillDepotId", "EntityId", "AvatarSkillId", });
new java.lang.String[] { "AvatarGuid", "EntityId", "AvatarSkillId", "SkillDepotId", "OldLevel", "CurLevel", });
}
// @@protoc_insertion_point(outer_class_scope)