mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 00:34:36 +03:00
15 lines
263 B
Protocol Buffer
15 lines
263 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: CCGEPDKJGBB
|
|
// CmdId: 2002
|
|
message ExpeditionStartReq {
|
|
repeated uint32 avatar_id_list = 11;
|
|
uint32 LOHMHPCOLBG = 8;
|
|
uint32 OOKCMLMGMJB = 1;
|
|
uint32 path_id = 10;
|
|
}
|
|
|