GC-Proto/proto/WinterCampSetWishListRsp.proto
2023-04-11 11:14:48 +08:00

13 lines
208 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 8598
// Name: JIGIEEIOHCF
message WinterCampSetWishListRsp {
int32 retcode = 8;
repeated uint32 item_id_list = 1;
}