GC-Proto/proto/CoinCollectGallerySettleNotify.proto

17 lines
330 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: FPJJGBEBAAD
// CmdId: 5533
2023-02-18 04:48:44 +03:00
message CoinCollectGallerySettleNotify {
2023-02-28 04:12:44 +03:00
uint32 EINKOMCFNDN = 5;
uint32 BOFDHHNBNCH = 1;
uint32 JIEODOEOBID = 8;
uint32 level_id = 7;
uint32 multistage_play_index = 10;
bool is_new_record = 15;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00