Split IPlaceBuildingPreviewGeneratorInfo from PBOG.

This commit is contained in:
Paul Chote
2019-05-18 09:00:12 +00:00
committed by reaperrr
parent e2b27328bd
commit 52fd32c311
13 changed files with 454 additions and 101 deletions

View File

@@ -21,14 +21,6 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Allows the player to execute build orders.", " Attach this to the player actor.")]
public class PlaceBuildingInfo : ITraitInfo
{
[PaletteReference]
[Desc("Palette to use for rendering the placement sprite.")]
public readonly string Palette = TileSet.TerrainPaletteInternalName;
[PaletteReference]
[Desc("Palette to use for rendering the placement sprite for line build segments.")]
public readonly string LineBuildSegmentPalette = TileSet.TerrainPaletteInternalName;
[Desc("Play NewOptionsNotification this many ticks after building placement.")]
public readonly int NewOptionsNotificationDelay = 10;