GC-Proto/proto/MistTrialSettleNotify.proto

18 lines
430 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MistTrialBestAvatar.proto";
2023-02-28 04:12:44 +03:00
// Name: KEFALHAGPKF
// CmdId: 8559
2023-02-18 04:48:44 +03:00
message MistTrialSettleNotify {
2023-02-28 04:12:44 +03:00
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;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00