mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
17 lines
319 B
Protocol Buffer
17 lines
319 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 5596
|
|
// Name: KKPPMPIMCKI
|
|
message GalleryBalloonShootNotify {
|
|
int32 add_score = 13;
|
|
uint64 combo_disable_time = 2;
|
|
uint32 combo = 7;
|
|
uint32 trigger_entity_id = 6;
|
|
uint32 cur_score = 11;
|
|
uint32 gallery_id = 5;
|
|
}
|
|
|