17 lines
353 B
Protocol Buffer
17 lines
353 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: ACAAHFKBPFI
|
|
// CmdId: 8259
|
|
message RogueSwitchAvatarRsp {
|
|
int32 retcode = 12;
|
|
repeated uint64 onstage_avatar_guid_list = 6;
|
|
uint32 cell_id = 5;
|
|
uint32 dungeon_id = 13;
|
|
repeated uint64 backstage_avatar_guid_list = 4;
|
|
uint64 cur_avatar_guid = 9;
|
|
}
|
|
|