making that a bit more readable.

This commit is contained in:
Chris Forbes
2010-01-25 12:44:25 +13:00
parent e6ded0e491
commit 0998e1f17b
2 changed files with 23 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ namespace OpenRa.Traits
{
class ConstructionYardInfo : ITraitInfo
{
public readonly bool AllowUndeploy;
public readonly bool AllowUndeploy = false;
public object Create(Actor self) { return new ConstructionYard(self); }
}