mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +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";
|
|
|
|
// CmdId: 8393
|
|
// Name: ENFGOPAEPBM
|
|
message MistTrialSettleNotify {
|
|
repeated MistTrialBestAvatar best_avatar_list = 6;
|
|
uint32 first_pass_time = 8;
|
|
map<uint32, uint32> DKBPGAGEGPL = 12;
|
|
MistTrialBestAvatar best_hit_avatar = 15;
|
|
uint32 dungeon_scene_id = 11;
|
|
map<uint32, uint32> AGCNLMLPFKE = 4;
|
|
}
|
|
|