GC-Proto/proto/PushTipsChangeNotify.proto

19 lines
302 B
Protocol Buffer

syntax = "proto3";
import "PushTipsData.proto";
option java_package = "emu.grasscutter.net.proto";
message PushTipsChangeNotify {
enum IFMPDLIDGPD {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 2288;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
repeated PushTipsData pushTipsList = 4;
}