GC-Proto/proto/MistTrialSelectAvatarAndEnterDungeonReq.proto
2023-04-11 11:14:48 +08:00

23 lines
520 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 8943
// Name: BBDEIOEDMOF
message MistTrialSelectAvatarAndEnterDungeonReq {
// Name: OKKBHJNLCFB
message SelectAvatarIndex {
oneof detail {
uint32 mist_trial_avatar_id = 6;
uint64 formal_avatar_guid = 11;
}
}
repeated uint32 select_trial_avatar_id_list = 10;
repeated SelectAvatarIndex select_avatar_index_list = 3;
uint32 trial_id = 12;
uint32 enter_point_id = 1;
}