mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-23 06:50:31 +03:00
24 lines
429 B
Protocol Buffer
24 lines
429 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
message RogueSwitchAvatarRsp {
|
||
|
//enum MKPKFLIICJC {
|
||
|
// option allow_alias= true;
|
||
|
// NONE = 0;
|
||
|
// PEPPOHPHJOJ = 8548;
|
||
|
// DCDNILFDFLB = 0;
|
||
|
// NNBKOLMPOEA = 1;
|
||
|
//}
|
||
|
|
||
|
repeated uint64 backstageAvatarGuidList = 2;
|
||
|
repeated uint64 onstageAvatarGuidList = 13;
|
||
|
uint32 cellId = 12;
|
||
|
uint64 curAvatarGuid = 3;
|
||
|
int32 retcode = 15;
|
||
|
uint32 dungeonId = 7;
|
||
|
}
|