GC-Proto/proto/MuqadasPotionDungeonSettleNotify.proto
2023-04-11 16:18:47 +08:00

16 lines
304 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 20024
// Name: JGLJENGADON
message MuqadasPotionDungeonSettleNotify {
uint32 capture_weakness_count = 11;
bool is_new_record = 2;
uint32 final_score = 10;
bool is_success = 9;
uint32 level_id = 14;
}