NahidaImpact/NahidaImpact.Protocol/FightPropPair.proto

7 lines
94 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message FightPropPair {
float prop_value = 2;
uint32 prop_type = 1;
}