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

15 lines
309 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PlantFlowerRecvFlowerData.proto";
// CmdId: 8365
// Name: MENPBJEIOAG
message PlantFlowerGetRecvFlowerListRsp {
repeated PlantFlowerRecvFlowerData recv_flower_list = 3;
int32 retcode = 10;
uint32 schedule_id = 5;
}