GC-Proto/proto/GalleryBrokenFloorFallNotif...

20 lines
300 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GalleryBrokenFloorFallNotify {
//enum MMGILCDMLNP {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 5529;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
uint32 fallCount = 2;
uint32 galleryId = 6;
}