document "Value"

This commit is contained in:
Matthias Mailänder
2014-11-04 23:12:47 +01:00
parent 93ef16d657
commit 43f4e3f5c3

View File

@@ -15,6 +15,7 @@ namespace OpenRA.Mods.Common
[Desc("Overrides the build time calculated by actor value.")]
public class CustomBuildTimeValueInfo : TraitInfo<CustomBuildTimeValue>
{
[Desc("Measured in ticks.")]
public readonly int Value = 0;
}