mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-04 01:04:36 +03:00
14 lines
216 B
Protocol Buffer
14 lines
216 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 2163
|
|
// Name: IGGHACDDJHC
|
|
message BlessingGiveFriendPicRsp {
|
|
uint32 pic_id = 12;
|
|
int32 retcode = 13;
|
|
uint32 uid = 15;
|
|
}
|
|
|