GC-Proto/proto/BounceConjuringSettleNotify...

16 lines
353 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "BounceConjuringGallerySettleInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: MOIHGLFJHHP
// CmdId: 8434
2023-02-18 04:48:44 +03:00
message BounceConjuringSettleNotify {
2023-02-28 04:12:44 +03:00
uint32 chapter_id = 2;
bool is_new_record = 3;
map<uint32, BounceConjuringGallerySettleInfo> settle_info_map = 6;
uint32 total_score = 9;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00