GC-Proto/proto/CoopPointUpdateNotify.proto

20 lines
300 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "CoopPoint.proto";
message CoopPointUpdateNotify {
//enum LBMGJFEPNOG {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 1987;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
CoopPoint coopPoint = 11;
}