GC-Proto/proto/HomeBalloonGalleryScoreNoti...

21 lines
340 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message HomeBalloonGalleryScoreNotify {
enum HNFHBHGFFGA {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 4839;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
uint32 triggerEntityId = 13;
uint32 curScore = 7;
uint32 addScore = 10;
uint32 galleryId = 14;
}