mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
14 lines
257 B
Protocol Buffer
14 lines
257 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: IHJMLCFKOMH
|
|
// CmdId: 1656
|
|
message PersistentDungeonSwitchAvatarRsp {
|
|
int32 retcode = 8;
|
|
repeated uint64 avatar_team_guid_list = 4;
|
|
uint64 cur_avatar_guid = 6;
|
|
}
|
|
|