mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -19,17 +19,22 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 21749
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message FungusCultivateReq {
|
||||
uint32 cultivate_id = 8;
|
||||
uint32 copy_step = 7;
|
||||
uint32 exchange_step = 11;
|
||||
uint32 cultivate_step = 13;
|
||||
uint32 rotate_step = 15;
|
||||
uint32 undo_step = 6;
|
||||
uint32 time = 2;
|
||||
uint32 place_step = 10;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 23545;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// IS_ALLOW_CLIENT = 1;
|
||||
// }
|
||||
|
||||
uint32 Unk3300_IOANLJBMBAI = 1;
|
||||
uint32 Unk3300_DJEGJDACDEF = 6;
|
||||
uint32 Unk3300_IMEGFNOLDCE = 2;
|
||||
uint32 Unk3300_PGJKEICFKLL = 5;
|
||||
uint32 Unk3300_MBPLICBFAGL = 7;
|
||||
uint32 cultivate_id = 12;
|
||||
uint32 time = 15;
|
||||
uint32 Unk3300_AEGCNHLOPEP = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user