NahidaImpact/NahidaImpact.Protocol/PlayerPropNotify.proto

9 lines
116 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
import "PropValue.proto";
message PlayerPropNotify {
map<uint32, PropValue> prop_map = 13;
}