2023-05-23 09:48:59 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-04-23 17:44:53 +03:00
|
|
|
import "AOMEMGPFAJA.proto";
|
|
|
|
|
2023-08-17 14:18:58 +03:00
|
|
|
message MultiCharacterDungeonSettleInfo {
|
2024-04-23 17:44:53 +03:00
|
|
|
repeated uint32 ECJNBLIAJOL = 13;
|
|
|
|
repeated AOMEMGPFAJA team_info_list = 4;
|
|
|
|
uint32 level_id = 3;
|
|
|
|
uint32 difficulty = 11;
|
|
|
|
bool is_new_record = 8;
|
|
|
|
uint32 stage_id = 15;
|
2023-05-23 09:48:59 +03:00
|
|
|
}
|