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

14 lines
248 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 8239
// Name: MGJNLCEFLMB
message PlantFlowerGiveFriendFlowerRsp {
int32 retcode = 13;
uint32 schedule_id = 1;
repeated uint32 limit_flower_list = 3;
}