mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
15 lines
265 B
Protocol Buffer
15 lines
265 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 4606
|
|
// Name: PHKCFKKMHAF
|
|
message HomeBalloonGalleryScoreNotify {
|
|
uint32 add_score = 5;
|
|
uint32 trigger_entity_id = 4;
|
|
uint32 gallery_id = 7;
|
|
uint32 cur_score = 8;
|
|
}
|
|
|