22 lines
359 B
Protocol Buffer
22 lines
359 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
|
|
message WatcherEventTypeNotify {
|
|
//enum PGCGKHOMJEC {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 2298;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
// EAJIABGAOCI = 1;
|
|
//}
|
|
|
|
repeated uint32 paramList = 5;
|
|
uint32 addProgress = 13;
|
|
uint32 watcherTriggerType = 7;
|
|
}
|