GC-Proto/proto/ElectroherculesBattleSettleNotify.proto
2023-04-11 11:14:48 +08:00

18 lines
341 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 22145
// Name: EHJMPKIGAFP
message ElectroherculesBattleSettleNotify {
uint32 diffculty = 2;
bool LIEHECKPKDA = 6;
bool is_new_record = 7;
bool is_succ = 15;
uint32 finish_time = 8;
uint32 stage_id = 5;
uint32 gallery_id = 14;
}