NahidaImpact/NahidaImpact.Protocol/PlayerPropNotify.proto
2024-01-04 16:48:39 +03:00

8 lines
116 B
Protocol Buffer

syntax = "proto3";
import "PropValue.proto";
message PlayerPropNotify {
map<uint32, PropValue> prop_map = 13;
}