GC-Proto/proto/AskAddFriendRsp.proto
2023-08-23 01:23:37 +08:00

14 lines
248 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 4017
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message AskAddFriendRsp {
int32 retcode = 11;
uint32 target_uid = 14;
uint32 param = 13;
}