Grasscutter/proto/PlayerPropNotify.proto
2022-04-17 05:43:07 -07:00

10 lines
165 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PropValue.proto";
message PlayerPropNotify {
map<uint32, PropValue> propMap = 1;
}