mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 16:39:26 +03:00
18 lines
430 B
Protocol Buffer
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;
|
|
}
|
|
|