GC-Proto/proto/FungusCultivateRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
224 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: LBPCOLIEKJL
// CmdId: 20453
message FungusCultivateRsp {
bool is_new_record = 15;
int32 retcode = 13;
uint32 cultivate_id = 7;
}