GC-Proto/proto/WatcherChangeNotify.proto

20 lines
323 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message WatcherChangeNotify {
//enum FIOOFFIIJJJ {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 2255;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
repeated uint32 newWatcherList = 4;
repeated uint32 removedWatcherList = 3;
}