Minor RepairsUnits style fix

This commit is contained in:
reaperrr
2018-08-04 23:27:16 +02:00
committed by Paul Chote
parent 46cee82027
commit ba231636f5

View File

@@ -15,6 +15,7 @@ namespace OpenRA.Mods.Common.Traits
{
[Desc("Cost in % of the unit value to fully repair the unit.")]
public readonly int ValuePercentage = 20;
public readonly int HpPerStep = 10;
[Desc("Time (in ticks) between two repair steps.")]