GC-Proto/proto/UpdatePlayerShowNameCardListReq.proto
2024-04-22 20:15:37 +08:00

7 lines
161 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message UpdatePlayerShowNameCardListReq {
repeated uint32 show_name_card_id_list = 8;
}