20 lines
472 B
Protocol Buffer
20 lines
472 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ChallengeBrief.proto";
|
|
import "CustomDungeonFinishType.proto";
|
|
|
|
// Name: KFPODEKAIIB
|
|
message CustomDungeonResultInfo {
|
|
bool EBDMFAMBJNG = 9;
|
|
CustomDungeonFinishType finish_type = 1;
|
|
uint32 got_coin_num = 2;
|
|
bool is_arrive_finish = 12;
|
|
bool JNDPMPEBPIK = 8;
|
|
uint32 time_cost = 13;
|
|
uint64 dungeon_guid = 14;
|
|
repeated ChallengeBrief child_challenge_list = 15;
|
|
}
|
|
|