GC-Proto/proto/MuqadasPotionDungeonSettleN...

16 lines
304 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: JFKAHOGJIMO
// CmdId: 20893
2022-11-06 15:51:40 +03:00
message MuqadasPotionDungeonSettleNotify {
2023-02-28 06:08:38 +03:00
uint32 capture_weakness_count = 5;
bool is_success = 4;
uint32 final_score = 14;
uint32 level_id = 15;
bool is_new_record = 11;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00