21 lines
388 B
Protocol Buffer
21 lines
388 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "PlantFlowerRecvFlowerData.proto";
|
|
option java_package = "emu.grasscutter.net.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;
|
|
}
|