GC-Proto/proto/GalleryFlowerCatchNotify.proto

20 lines
304 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message GalleryFlowerCatchNotify {
enum MONKPABEHLA {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 5562;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
uint32 addScore = 1;
uint32 curScore = 8;
uint32 galleryId = 13;
}