Remove legacy editor actor properties plumbing.

This commit is contained in:
Paul Chote
2018-12-02 18:41:47 +00:00
committed by reaperrr
parent 1d98b8b8f0
commit f6768fe624
13 changed files with 10 additions and 46 deletions

View File

@@ -26,7 +26,7 @@ namespace OpenRA.Mods.Common.Traits
OccupiedUntargetable = 'X'
}
public class BuildingInfo : ITraitInfo, IOccupySpaceInfo, IPlaceBuildingDecorationInfo, UsesInit<LocationInit>
public class BuildingInfo : ITraitInfo, IOccupySpaceInfo, IPlaceBuildingDecorationInfo
{
[Desc("Where you are allowed to place the building (Water, Clear, ...)")]
public readonly HashSet<string> TerrainTypes = new HashSet<string>();