mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
19 lines
364 B
Protocol Buffer
19 lines
364 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 22893
|
|
// Name: PBOPMKIDBCL
|
|
message FungusCultivateReq {
|
|
uint32 KPCKFJFNJLM = 10;
|
|
uint32 CKOKHJBFAKG = 3;
|
|
uint32 EFJPMNAGMAF = 14;
|
|
uint32 OALPEBPOMON = 11;
|
|
uint32 time = 9;
|
|
uint32 OPMEPHFKKAP = 7;
|
|
uint32 DECDFPACMCD = 12;
|
|
uint32 cultivate_id = 6;
|
|
}
|
|
|