GC-Proto/proto/MuqadasPotionDungeonSettleN...

16 lines
304 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: JFKAHOGJIMO
// CmdId: 20893
message MuqadasPotionDungeonSettleNotify {
uint32 capture_weakness_count = 5;
bool is_success = 4;
uint32 final_score = 14;
uint32 level_id = 15;
bool is_new_record = 11;
}