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

6 lines
94 B
Protocol Buffer

syntax = "proto3";
message FightPropPair {
float prop_value = 2;
uint32 prop_type = 1;
}