mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
15 lines
309 B
Protocol Buffer
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;
|
|
}
|
|
|