GC-Proto/proto/RoguelikeSelectAvatarAndEnterDungeonReq.proto

14 lines
290 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: MADMJKGJHBE
// CmdId: 8863
2023-02-18 04:48:44 +03:00
message RoguelikeSelectAvatarAndEnterDungeonReq {
2023-02-28 04:12:44 +03:00
repeated uint64 backstage_avatar_guid_list = 3;
repeated uint64 onstage_avatar_guid_list = 11;
uint32 stage_id = 1;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00