GC-Proto/proto/HomeAvatarRewardEventNotify.proto
2023-01-28 22:00:48 +08:00

21 lines
406 B
Protocol Buffer

syntax = "proto3";
import "HomeAvatarRewardEventInfo.proto";
option java_package = "emu.grasscutter.net.proto";
message HomeAvatarRewardEventNotify {
enum KHLNMBHJAMJ {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 4461;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
bool isEventTrigger = 1;
HomeAvatarRewardEventInfo rewardEvent = 12;
repeated HomeAvatarRewardEventInfo pendingList = 15;
}