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

13 lines
207 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: PAHAALHGGIK
// CmdId: 5507
message GalleryBrokenFloorFallNotify {
uint32 gallery_id = 12;
uint32 fall_count = 11;
}