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-04-11 06:14:48 +03:00
// CmdId: 8393
// Name: ENFGOPAEPBM
2023-02-18 04:48:44 +03:00
message MistTrialSettleNotify {
2023-04-11 06:14:48 +03:00
repeated MistTrialBestAvatar best_avatar_list = 6;
2023-02-28 04:12:44 +03:00
uint32 first_pass_time = 8;
2023-04-11 06:14:48 +03:00
map<uint32, uint32> DKBPGAGEGPL = 12;
MistTrialBestAvatar best_hit_avatar = 15;
uint32 dungeon_scene_id = 11;
map<uint32, uint32> AGCNLMLPFKE = 4;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00