mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 08:30:22 +03:00
22 lines
373 B
Protocol Buffer
22 lines
373 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message ExpeditionStartRsp {
|
||
|
enum HJCFHHNKFEF {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 2157;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
}
|
||
|
|
||
|
int32 retcode = 13;
|
||
|
uint32 Unk3300_AFGPGIIGAKA = 7;
|
||
|
uint32 Unk3300_AIEJKADFLKG = 9;
|
||
|
uint32 pathId = 4;
|
||
|
repeated uint32 avatarIdList = 12;
|
||
|
}
|