GC-Proto/proto/PlayerPropNotify.proto

20 lines
304 B
Protocol Buffer

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