mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-01 01:49:57 +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:
+65
-65
@@ -19,45 +19,45 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
com.google.protobuf.MessageOrBuilder {
|
||||
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo>
|
||||
getShowAvatarInfoListList();
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo getShowAvatarInfoList(int index);
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
int getShowAvatarInfoListCount();
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
java.util.List<? extends emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder>
|
||||
getShowAvatarInfoListOrBuilderList();
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder getShowAvatarInfoListOrBuilder(
|
||||
int index);
|
||||
|
||||
/**
|
||||
* <code>uint32 uid = 12;</code>
|
||||
* <code>uint32 uid = 3;</code>
|
||||
* @return The uid.
|
||||
*/
|
||||
int getUid();
|
||||
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
int getRetcode();
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FPNKDNOFKEI
|
||||
* CmdId: 4093
|
||||
* CmdId: 4026
|
||||
* Name: MAIBFBAOOEK
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GetFriendShowAvatarInfoRsp}
|
||||
@@ -106,7 +106,12 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 10: {
|
||||
case 24: {
|
||||
|
||||
uid_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
case 82: {
|
||||
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
||||
showAvatarInfoList_ = new java.util.ArrayList<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo>();
|
||||
mutable_bitField0_ |= 0x00000001;
|
||||
@@ -115,16 +120,11 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
input.readMessage(emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.parser(), extensionRegistry));
|
||||
break;
|
||||
}
|
||||
case 72: {
|
||||
case 120: {
|
||||
|
||||
retcode_ = input.readInt32();
|
||||
break;
|
||||
}
|
||||
case 96: {
|
||||
|
||||
uid_ = input.readUInt32();
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@@ -160,17 +160,17 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
emu.grasscutter.net.proto.GetFriendShowAvatarInfoRspOuterClass.GetFriendShowAvatarInfoRsp.class, emu.grasscutter.net.proto.GetFriendShowAvatarInfoRspOuterClass.GetFriendShowAvatarInfoRsp.Builder.class);
|
||||
}
|
||||
|
||||
public static final int SHOW_AVATAR_INFO_LIST_FIELD_NUMBER = 1;
|
||||
public static final int SHOW_AVATAR_INFO_LIST_FIELD_NUMBER = 10;
|
||||
private java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo> showAvatarInfoList_;
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo> getShowAvatarInfoListList() {
|
||||
return showAvatarInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder>
|
||||
@@ -178,21 +178,21 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return showAvatarInfoList_;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public int getShowAvatarInfoListCount() {
|
||||
return showAvatarInfoList_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo getShowAvatarInfoList(int index) {
|
||||
return showAvatarInfoList_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
@java.lang.Override
|
||||
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder getShowAvatarInfoListOrBuilder(
|
||||
@@ -200,10 +200,10 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return showAvatarInfoList_.get(index);
|
||||
}
|
||||
|
||||
public static final int UID_FIELD_NUMBER = 12;
|
||||
public static final int UID_FIELD_NUMBER = 3;
|
||||
private int uid_;
|
||||
/**
|
||||
* <code>uint32 uid = 12;</code>
|
||||
* <code>uint32 uid = 3;</code>
|
||||
* @return The uid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -211,10 +211,10 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return uid_;
|
||||
}
|
||||
|
||||
public static final int RETCODE_FIELD_NUMBER = 9;
|
||||
public static final int RETCODE_FIELD_NUMBER = 15;
|
||||
private int retcode_;
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -236,14 +236,14 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
@java.lang.Override
|
||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||
throws java.io.IOException {
|
||||
if (uid_ != 0) {
|
||||
output.writeUInt32(3, uid_);
|
||||
}
|
||||
for (int i = 0; i < showAvatarInfoList_.size(); i++) {
|
||||
output.writeMessage(1, showAvatarInfoList_.get(i));
|
||||
output.writeMessage(10, showAvatarInfoList_.get(i));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
output.writeInt32(9, retcode_);
|
||||
}
|
||||
if (uid_ != 0) {
|
||||
output.writeUInt32(12, uid_);
|
||||
output.writeInt32(15, retcode_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
@@ -254,17 +254,17 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
if (size != -1) return size;
|
||||
|
||||
size = 0;
|
||||
if (uid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(3, uid_);
|
||||
}
|
||||
for (int i = 0; i < showAvatarInfoList_.size(); i++) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(1, showAvatarInfoList_.get(i));
|
||||
.computeMessageSize(10, showAvatarInfoList_.get(i));
|
||||
}
|
||||
if (retcode_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeInt32Size(9, retcode_);
|
||||
}
|
||||
if (uid_ != 0) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeUInt32Size(12, uid_);
|
||||
.computeInt32Size(15, retcode_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
@@ -403,8 +403,8 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
}
|
||||
/**
|
||||
* <pre>
|
||||
* Name: FPNKDNOFKEI
|
||||
* CmdId: 4093
|
||||
* CmdId: 4026
|
||||
* Name: MAIBFBAOOEK
|
||||
* </pre>
|
||||
*
|
||||
* Protobuf type {@code GetFriendShowAvatarInfoRsp}
|
||||
@@ -616,7 +616,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder> showAvatarInfoListBuilder_;
|
||||
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo> getShowAvatarInfoListList() {
|
||||
if (showAvatarInfoListBuilder_ == null) {
|
||||
@@ -626,7 +626,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public int getShowAvatarInfoListCount() {
|
||||
if (showAvatarInfoListBuilder_ == null) {
|
||||
@@ -636,7 +636,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo getShowAvatarInfoList(int index) {
|
||||
if (showAvatarInfoListBuilder_ == null) {
|
||||
@@ -646,7 +646,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public Builder setShowAvatarInfoList(
|
||||
int index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo value) {
|
||||
@@ -663,7 +663,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public Builder setShowAvatarInfoList(
|
||||
int index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder builderForValue) {
|
||||
@@ -677,7 +677,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public Builder addShowAvatarInfoList(emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo value) {
|
||||
if (showAvatarInfoListBuilder_ == null) {
|
||||
@@ -693,7 +693,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public Builder addShowAvatarInfoList(
|
||||
int index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo value) {
|
||||
@@ -710,7 +710,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public Builder addShowAvatarInfoList(
|
||||
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder builderForValue) {
|
||||
@@ -724,7 +724,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public Builder addShowAvatarInfoList(
|
||||
int index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder builderForValue) {
|
||||
@@ -738,7 +738,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public Builder addAllShowAvatarInfoList(
|
||||
java.lang.Iterable<? extends emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo> values) {
|
||||
@@ -753,7 +753,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public Builder clearShowAvatarInfoList() {
|
||||
if (showAvatarInfoListBuilder_ == null) {
|
||||
@@ -766,7 +766,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public Builder removeShowAvatarInfoList(int index) {
|
||||
if (showAvatarInfoListBuilder_ == null) {
|
||||
@@ -779,14 +779,14 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder getShowAvatarInfoListBuilder(
|
||||
int index) {
|
||||
return getShowAvatarInfoListFieldBuilder().getBuilder(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder getShowAvatarInfoListOrBuilder(
|
||||
int index) {
|
||||
@@ -796,7 +796,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public java.util.List<? extends emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfoOrBuilder>
|
||||
getShowAvatarInfoListOrBuilderList() {
|
||||
@@ -807,14 +807,14 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder addShowAvatarInfoListBuilder() {
|
||||
return getShowAvatarInfoListFieldBuilder().addBuilder(
|
||||
emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder addShowAvatarInfoListBuilder(
|
||||
int index) {
|
||||
@@ -822,7 +822,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
index, emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.getDefaultInstance());
|
||||
}
|
||||
/**
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 1;</code>
|
||||
* <code>repeated .ShowAvatarInfo show_avatar_info_list = 10;</code>
|
||||
*/
|
||||
public java.util.List<emu.grasscutter.net.proto.ShowAvatarInfoOuterClass.ShowAvatarInfo.Builder>
|
||||
getShowAvatarInfoListBuilderList() {
|
||||
@@ -845,7 +845,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
|
||||
private int uid_ ;
|
||||
/**
|
||||
* <code>uint32 uid = 12;</code>
|
||||
* <code>uint32 uid = 3;</code>
|
||||
* @return The uid.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -853,7 +853,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return uid_;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 uid = 12;</code>
|
||||
* <code>uint32 uid = 3;</code>
|
||||
* @param value The uid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -864,7 +864,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>uint32 uid = 12;</code>
|
||||
* <code>uint32 uid = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUid() {
|
||||
@@ -876,7 +876,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
|
||||
private int retcode_ ;
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return The retcode.
|
||||
*/
|
||||
@java.lang.Override
|
||||
@@ -884,7 +884,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return retcode_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @param value The retcode to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
@@ -895,7 +895,7 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>int32 retcode = 9;</code>
|
||||
* <code>int32 retcode = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRetcode() {
|
||||
@@ -973,8 +973,8 @@ public final class GetFriendShowAvatarInfoRspOuterClass {
|
||||
java.lang.String[] descriptorData = {
|
||||
"\n GetFriendShowAvatarInfoRsp.proto\032\024Show" +
|
||||
"AvatarInfo.proto\"j\n\032GetFriendShowAvatarI" +
|
||||
"nfoRsp\022.\n\025show_avatar_info_list\030\001 \003(\0132\017." +
|
||||
"ShowAvatarInfo\022\013\n\003uid\030\014 \001(\r\022\017\n\007retcode\030\t" +
|
||||
"nfoRsp\022.\n\025show_avatar_info_list\030\n \003(\0132\017." +
|
||||
"ShowAvatarInfo\022\013\n\003uid\030\003 \001(\r\022\017\n\007retcode\030\017" +
|
||||
" \001(\005B\033\n\031emu.grasscutter.net.protob\006proto" +
|
||||
"3"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user