GC-Proto/proto/HomeGetFishFarmingInfoRsp.p...

20 lines
349 B
Protocol Buffer

syntax = "proto3";
import "HomeFishFarmingInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message HomeGetFishFarmingInfoRsp {
enum ENLIOLLPBDI {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 4899;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
int32 retcode = 13;
repeated HomeFishFarmingInfo fishFarmingInfoList = 1;
}