mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
17 lines
318 B
Protocol Buffer
17 lines
318 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: HOPJFKMAANO
|
|
// CmdId: 5575
|
|
message GalleryBalloonShootNotify {
|
|
uint32 gallery_id = 3;
|
|
uint64 combo_disable_time = 8;
|
|
int32 add_score = 6;
|
|
uint32 combo = 5;
|
|
uint32 trigger_entity_id = 13;
|
|
uint32 cur_score = 9;
|
|
}
|
|
|