mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 09:19:25 +03:00
8 lines
184 B
Protocol Buffer
8 lines
184 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 9487
|
|
message UpdatePlayerShowNameCardListReq {
|
|
repeated uint32 show_name_card_id_list = 15;
|
|
} |