Prepare condition attributes for new lint rule.

This commit is contained in:
Paul Chote
2016-12-14 13:25:28 +00:00
parent 28182ddc36
commit 024cc3db7e
20 changed files with 36 additions and 28 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Used together with ClassicProductionQueue.")]
public class PrimaryBuildingInfo : ITraitInfo
{
[UpgradeGrantedReference]
[GrantedConditionReference]
[Desc("The condition to grant to self while this is the primary building.")]
public readonly string PrimaryCondition = null;