GC-Proto/proto/MultiCharacterDungeonSettle...

13 lines
321 B
Protocol Buffer
Raw Permalink Normal View History

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;
}