Add Desc() field to GrantConditionOnDeployInfo.

This commit is contained in:
Mustafa Alperen Seki
2018-07-06 19:12:39 +03:00
committed by Paul Chote
parent a456c234ca
commit 5a780577b9

View File

@@ -20,6 +20,8 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Traits
{
[Desc("Grants a condition when a deploy order is issued." +
"Can be paused with the granted condition to disable undeploying.")]
public class GrantConditionOnDeployInfo : PausableConditionalTraitInfo
{
[GrantedConditionReference]