mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
17 lines
330 B
Protocol Buffer
17 lines
330 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: FPJJGBEBAAD
|
|
// CmdId: 5533
|
|
message CoinCollectGallerySettleNotify {
|
|
uint32 EINKOMCFNDN = 5;
|
|
uint32 BOFDHHNBNCH = 1;
|
|
uint32 JIEODOEOBID = 8;
|
|
uint32 level_id = 7;
|
|
uint32 multistage_play_index = 10;
|
|
bool is_new_record = 15;
|
|
}
|
|
|