mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-23 14:40:04 +08:00
feat(5.0): Update protocol definitions
This commit is contained in:
+154
-156
@@ -19,38 +19,37 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* @return A list containing the avatarGuidList.
|
||||
*/
|
||||
java.util.List<java.lang.Long> getAvatarGuidListList();
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* @return The count of avatarGuidList.
|
||||
*/
|
||||
int getAvatarGuidListCount();
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuidList at the given index.
|
||||
*/
|
||||
long getAvatarGuidList(int index);
|
||||
|
||||
/**
|
||||
* <code>uint64 cur_avatar_guid = 13;</code>
|
||||
* <code>uint64 cur_avatar_guid = 2;</code>
|
||||
* @return The curAvatarGuid.
|
||||
*/
|
||||
long getCurAvatarGuid();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @return A list containing the avatarGuidList.
|
||||
*/
|
||||
java.util.List<java.lang.Long> getAvatarGuidListList();
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @return The count of avatarGuidList.
|
||||
*/
|
||||
int getAvatarGuidListCount();
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuidList at the given index.
|
||||
*/
|
||||
long getAvatarGuidList(int index);
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 352
|
||||
* Obf: LFHCFAFFODE
|
||||
* CmdId: 28252
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ChangeMpTeamAvatarRsp}
|
||||
@@ -99,12 +98,17 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 72: {
|
||||
case 16: {
|
||||
|
||||
curAvatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 80: {
|
||||
case 120: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
avatarGuidList_ = newLongList();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -112,7 +116,7 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
avatarGuidList_.addLong(input.readUInt64());
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
case 122: {
|
||||
int length = input.readRawVarint32();
|
||||
int limit = input.pushLimit(length);
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0) && input.getBytesUntilLimit() > 0) {
|
||||
@@ -125,11 +129,6 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
input.popLimit(limit);
|
||||
break;
|
||||
}
|
||||
case 104: {
|
||||
|
||||
curAvatarGuid_ = input.readUInt64();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -165,10 +164,32 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
emu.grasscutter.net.proto.ChangeMpTeamAvatarRspOuterClass.ChangeMpTeamAvatarRsp.class, emu.grasscutter.net.proto.ChangeMpTeamAvatarRspOuterClass.ChangeMpTeamAvatarRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_LIST_FIELD_NUMBER = 10;
|
||||
public static final int CUR_AVATAR_GUID_FIELD_NUMBER = 2;
|
||||
private long curAvatarGuid_;
|
||||
/**
|
||||
* <code>uint64 cur_avatar_guid = 2;</code>
|
||||
* @return The curAvatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getCurAvatarGuid() {
|
||||
return curAvatarGuid_;
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 13;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
public static final int AVATAR_GUID_LIST_FIELD_NUMBER = 15;
|
||||
private com.google.protobuf.Internal.LongList avatarGuidList_;
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @return A list containing the avatarGuidList.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -177,14 +198,14 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
return avatarGuidList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @return The count of avatarGuidList.
|
||||
*/
|
||||
public int getAvatarGuidListCount() {
|
||||
return avatarGuidList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuidList at the given index.
|
||||
*/
|
||||
@@ -193,28 +214,6 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
}
|
||||
private int avatarGuidListMemoizedSerializedSize = -1;
|
||||
|
||||
public static final int CUR_AVATAR_GUID_FIELD_NUMBER = 13;
|
||||
private long curAvatarGuid_;
|
||||
/**
|
||||
* <code>uint64 cur_avatar_guid = 13;</code>
|
||||
* @return The curAvatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getCurAvatarGuid() {
|
||||
return curAvatarGuid_;
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 9;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@@ -230,19 +229,19 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
getSerializedSize();
|
||||
if (curAvatarGuid_ != 0L) {
|
||||
output.writeUInt64(2, curAvatarGuid_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(9, retcode_);
|
||||
output.writeInt32(13, retcode_);
|
||||
}
|
||||
if (getAvatarGuidListList().size() > 0) {
|
||||
output.writeUInt32NoTag(82);
|
||||
output.writeUInt32NoTag(122);
|
||||
output.writeUInt32NoTag(avatarGuidListMemoizedSerializedSize);
|
||||
}
|
||||
for (int i = 0; i < avatarGuidList_.size(); i++) {
|
||||
output.writeUInt64NoTag(avatarGuidList_.getLong(i));
|
||||
}
|
||||
if (curAvatarGuid_ != 0L) {
|
||||
output.writeUInt64(13, curAvatarGuid_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@@ -252,9 +251,13 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (curAvatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(2, curAvatarGuid_);
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(9, retcode_);
|
||||
.computeInt32Size(13, retcode_);
|
||||
}
|
||||
{
|
||||
int dataSize = 0;
|
||||
@@ -270,10 +273,6 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
}
|
||||
avatarGuidListMemoizedSerializedSize = dataSize;
|
||||
}
|
||||
if (curAvatarGuid_ != 0L) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt64Size(13, curAvatarGuid_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
@@ -289,12 +288,12 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
}
|
||||
emu.grasscutter.net.proto.ChangeMpTeamAvatarRspOuterClass.ChangeMpTeamAvatarRsp other = (emu.grasscutter.net.proto.ChangeMpTeamAvatarRspOuterClass.ChangeMpTeamAvatarRsp) obj;
|
||||
|
||||
if (!getAvatarGuidListList()
|
||||
.equals(other.getAvatarGuidListList())) return false;
|
||||
if (getCurAvatarGuid()
|
||||
!= other.getCurAvatarGuid()) return false;
|
||||
if (getRetcode()
|
||||
!= other.getRetcode()) return false;
|
||||
if (!getAvatarGuidListList()
|
||||
.equals(other.getAvatarGuidListList())) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@@ -306,15 +305,15 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
}
|
||||
int hash = 41;
|
||||
hash = (19 * hash) + getDescriptor().hashCode();
|
||||
if (getAvatarGuidListCount() > 0) {
|
||||
hash = (37 * hash) + AVATAR_GUID_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAvatarGuidListList().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + CUR_AVATAR_GUID_FIELD_NUMBER;
|
||||
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
|
||||
getCurAvatarGuid());
|
||||
hash = (37 * hash) + RETCODE_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getRetcode();
|
||||
if (getAvatarGuidListCount() > 0) {
|
||||
hash = (37 * hash) + AVATAR_GUID_LIST_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getAvatarGuidListList().hashCode();
|
||||
}
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@@ -412,8 +411,7 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* CmdId: 352
|
||||
* Obf: LFHCFAFFODE
|
||||
* CmdId: 28252
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code ChangeMpTeamAvatarRsp}
|
||||
@@ -453,12 +451,12 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
@java.lang.Override
|
||||
public Builder clear() {
|
||||
super.clear();
|
||||
avatarGuidList_ = emptyLongList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
curAvatarGuid_ = 0L;
|
||||
|
||||
retcode_ = 0;
|
||||
|
||||
avatarGuidList_ = emptyLongList();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
return this;
|
||||
}
|
||||
|
||||
@@ -486,13 +484,13 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
public emu.grasscutter.net.proto.ChangeMpTeamAvatarRspOuterClass.ChangeMpTeamAvatarRsp buildPartial() {
|
||||
emu.grasscutter.net.proto.ChangeMpTeamAvatarRspOuterClass.ChangeMpTeamAvatarRsp result = new emu.grasscutter.net.proto.ChangeMpTeamAvatarRspOuterClass.ChangeMpTeamAvatarRsp(this);
|
||||
int from_bitField0_ = bitField0_;
|
||||
result.curAvatarGuid_ = curAvatarGuid_;
|
||||
result.retcode_ = retcode_;
|
||||
if (((bitField0_ & 0x00000001) != 0)) {
|
||||
avatarGuidList_.makeImmutable();
|
||||
bitField0_ = (bitField0_ & ~0x00000001);
|
||||
}
|
||||
result.avatarGuidList_ = avatarGuidList_;
|
||||
result.curAvatarGuid_ = curAvatarGuid_;
|
||||
result.retcode_ = retcode_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@@ -541,6 +539,12 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
|
||||
public Builder mergeFrom(emu.grasscutter.net.proto.ChangeMpTeamAvatarRspOuterClass.ChangeMpTeamAvatarRsp other) {
|
||||
if (other == emu.grasscutter.net.proto.ChangeMpTeamAvatarRspOuterClass.ChangeMpTeamAvatarRsp.getDefaultInstance()) return this;
|
||||
if (other.getCurAvatarGuid() != 0L) {
|
||||
setCurAvatarGuid(other.getCurAvatarGuid());
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
if (!other.avatarGuidList_.isEmpty()) {
|
||||
if (avatarGuidList_.isEmpty()) {
|
||||
avatarGuidList_ = other.avatarGuidList_;
|
||||
@@ -551,12 +555,6 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
}
|
||||
onChanged();
|
||||
}
|
||||
if (other.getCurAvatarGuid() != 0L) {
|
||||
setCurAvatarGuid(other.getCurAvatarGuid());
|
||||
}
|
||||
if (other.getRetcode() != 0) {
|
||||
setRetcode(other.getRetcode());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@@ -587,6 +585,68 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
}
|
||||
private int bitField0_;
|
||||
|
||||
private long curAvatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 cur_avatar_guid = 2;</code>
|
||||
* @return The curAvatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getCurAvatarGuid() {
|
||||
return curAvatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 cur_avatar_guid = 2;</code>
|
||||
* @param value The curAvatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCurAvatarGuid(long value) {
|
||||
|
||||
curAvatarGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 cur_avatar_guid = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCurAvatarGuid() {
|
||||
|
||||
curAvatarGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 13;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 13;</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 = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private com.google.protobuf.Internal.LongList avatarGuidList_ = emptyLongList();
|
||||
private void ensureAvatarGuidListIsMutable() {
|
||||
if (!((bitField0_ & 0x00000001) != 0)) {
|
||||
@@ -595,7 +655,7 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @return A list containing the avatarGuidList.
|
||||
*/
|
||||
public java.util.List<java.lang.Long>
|
||||
@@ -604,14 +664,14 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
java.util.Collections.unmodifiableList(avatarGuidList_) : avatarGuidList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @return The count of avatarGuidList.
|
||||
*/
|
||||
public int getAvatarGuidListCount() {
|
||||
return avatarGuidList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The avatarGuidList at the given index.
|
||||
*/
|
||||
@@ -619,7 +679,7 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
return avatarGuidList_.getLong(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The avatarGuidList to set.
|
||||
* @return This builder for chaining.
|
||||
@@ -632,7 +692,7 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @param value The avatarGuidList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -643,7 +703,7 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @param values The avatarGuidList to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -656,7 +716,7 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated uint64 avatar_guid_list = 10;</code>
|
||||
* <code>repeated uint64 avatar_guid_list = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAvatarGuidList() {
|
||||
@@ -665,68 +725,6 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private long curAvatarGuid_ ;
|
||||
/**
|
||||
* <code>uint64 cur_avatar_guid = 13;</code>
|
||||
* @return The curAvatarGuid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public long getCurAvatarGuid() {
|
||||
return curAvatarGuid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 cur_avatar_guid = 13;</code>
|
||||
* @param value The curAvatarGuid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCurAvatarGuid(long value) {
|
||||
|
||||
curAvatarGuid_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint64 cur_avatar_guid = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCurAvatarGuid() {
|
||||
|
||||
curAvatarGuid_ = 0L;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getRetcode() {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 9;</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 = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
|
||||
retcode_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@@ -795,9 +793,9 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
static {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n\033ChangeMpTeamAvatarRsp.proto\"[\n\025ChangeM" +
|
||||
"pTeamAvatarRsp\022\030\n\020avatar_guid_list\030\n \003(\004" +
|
||||
"\022\027\n\017cur_avatar_guid\030\r \001(\004\022\017\n\007retcode\030\t \001" +
|
||||
"(\005B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
"pTeamAvatarRsp\022\027\n\017cur_avatar_guid\030\002 \001(\004\022" +
|
||||
"\017\n\007retcode\030\r \001(\005\022\030\n\020avatar_guid_list\030\017 \003" +
|
||||
"(\004B\033\n\031emu.grasscutter.net.protob\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@@ -808,7 +806,7 @@ public final class ChangeMpTeamAvatarRspOuterClass {
|
||||
internal_static_ChangeMpTeamAvatarRsp_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_ChangeMpTeamAvatarRsp_descriptor,
|
||||
new java.lang.String[] { "AvatarGuidList", "CurAvatarGuid", "Retcode", });
|
||||
new java.lang.String[] { "CurAvatarGuid", "Retcode", "AvatarGuidList", });
|
||||
}
|
||||
|
||||
// @@protoc_insertion_point(outer_class_scope)
|
||||
|
||||
Reference in New Issue
Block a user