NahidaImpact/NahidaImpact.Protocol/PropPair.proto

10 lines
116 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
import "PropValue.proto";
message PropPair {
PropValue prop_value = 2;
uint32 type = 1;
}