mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 15:50:25 +03:00
21 lines
406 B
Protocol Buffer
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;
|
||
|
}
|