GC-Proto/proto/GalleryFlowerCatchNotify.proto
2023-02-28 09:12:44 +08:00

14 lines
227 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: MDACBIMHMJF
// CmdId: 5565
message GalleryFlowerCatchNotify {
uint32 cur_score = 12;
uint32 gallery_id = 4;
uint32 add_score = 9;
}