GC-Proto/proto/MistTrialSettleNotify.proto
2023-02-28 09:12:44 +08:00

18 lines
430 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MistTrialBestAvatar.proto";
// Name: KEFALHAGPKF
// CmdId: 8559
message MistTrialSettleNotify {
repeated MistTrialBestAvatar best_avatar_list = 3;
uint32 first_pass_time = 8;
map<uint32, uint32> IIGOLKJOKAL = 15;
MistTrialBestAvatar best_hit_avatar = 5;
map<uint32, uint32> GIGIAGDALHG = 12;
uint32 dungeon_scene_id = 14;
}