GC-Proto/proto/HomeBalloonGalleryScoreNotify.proto
2023-04-11 11:14:48 +08:00

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;
}