From 43f4e3f5c3db807c9387ee41e13d6d0bd351b73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 4 Nov 2014 23:12:47 +0100 Subject: [PATCH] document "Value" --- OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs b/OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs index 2ef19fd6c7..ba06e5d9ad 100644 --- a/OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs +++ b/OpenRA.Mods.Common/Traits/CustomBuildTimeValue.cs @@ -15,6 +15,7 @@ namespace OpenRA.Mods.Common [Desc("Overrides the build time calculated by actor value.")] public class CustomBuildTimeValueInfo : TraitInfo { + [Desc("Measured in ticks.")] public readonly int Value = 0; }