mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
286 B
Protocol Buffer
16 lines
286 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 2058
|
|
// Name: OEOALPJFLGC
|
|
message ExpeditionStartRsp {
|
|
uint32 GOMIFKCFNKJ = 11;
|
|
uint32 PIHIMOCPPFO = 2;
|
|
uint32 path_id = 14;
|
|
int32 retcode = 8;
|
|
repeated uint32 avatar_id_list = 5;
|
|
}
|
|
|