GC-Proto/proto/FungusCultivateRsp.proto

14 lines
224 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: LBPCOLIEKJL
// CmdId: 20453
2023-02-18 04:48:44 +03:00
message FungusCultivateRsp {
2023-02-28 04:12:44 +03:00
bool is_new_record = 15;
int32 retcode = 13;
uint32 cultivate_id = 7;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00