GC-Proto/proto/PlayerPropNotify.proto
2023-01-28 22:00:48 +08:00

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;
}