GC-Proto/proto/RogueSwitchAvatarRsp.proto
2023-02-18 09:48:44 +08:00

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;
}