GC-Proto/proto/PlayerPropNotify.proto

19 lines
290 B
Protocol Buffer

syntax = "proto3";
import "PropValue.proto";
option java_package = "emu.grasscutter.net.proto";
message PlayerPropNotify {
enum HIDGILMLJLO {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 129;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
map<uint32, PropValue> propMap = 5;
}