GC-Proto/proto/PlantFlowerGetRecvFlowerListRsp.proto
2023-01-28 22:00:48 +08:00

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;
}