22 lines
338 B
Protocol Buffer
22 lines
338 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
message WatcherEventStageNotify {
|
||
|
//enum LLEOBAOBBNG {
|
||
|
// option allow_alias= true;
|
||
|
// NONE = 0;
|
||
|
// PEPPOHPHJOJ = 2220;
|
||
|
// DCDNILFDFLB = 0;
|
||
|
// NNBKOLMPOEA = 1;
|
||
|
// EAJIABGAOCI = 1;
|
||
|
//}
|
||
|
|
||
|
uint32 addProgress = 3;
|
||
|
uint32 watcherId = 13;
|
||
|
uint32 stage = 6;
|
||
|
}
|