22 lines
402 B
Protocol Buffer
22 lines
402 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "PlantFlowerRecvFlowerData.proto";
|
|
|
|
message PlantFlowerGetRecvFlowerListRsp {
|
|
//enum JLLOMBNHGGC {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 8952;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
//}
|
|
|
|
repeated PlantFlowerRecvFlowerData recvFlowerList = 12;
|
|
int32 retcode = 10;
|
|
uint32 scheduleId = 11;
|
|
}
|