17 lines
327 B
Protocol Buffer
17 lines
327 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: LAALFPAGOIL
|
|
// CmdId: 5514
|
|
message GalleryFallCatchNotify {
|
|
uint32 time_cost = 13;
|
|
uint32 cur_score = 6;
|
|
uint32 add_score = 1;
|
|
map<uint32, uint32> ball_catch_count_map = 4;
|
|
uint32 gallery_id = 11;
|
|
bool is_ground = 12;
|
|
}
|
|
|