mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
14 lines
244 B
Protocol Buffer
14 lines
244 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: DDKLPLADANK
|
|
// CmdId: 4038
|
|
message GetFriendShowNameCardInfoRsp {
|
|
repeated uint32 show_name_card_id_list = 10;
|
|
uint32 uid = 14;
|
|
int32 retcode = 2;
|
|
}
|
|
|