Fix the namespace.

This commit is contained in:
Matthias Mailänder
2020-01-31 22:05:53 +01:00
committed by reaperrr
parent 6cc27eaa76
commit 1e8912b4e4

View File

@@ -13,10 +13,11 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using OpenRA.Graphics; using OpenRA.Graphics;
using OpenRA.Mods.Common.Orders; using OpenRA.Mods.Common.Orders;
using OpenRA.Mods.Common.Traits;
using OpenRA.Mods.Common.Widgets; using OpenRA.Mods.Common.Widgets;
using OpenRA.Primitives; using OpenRA.Primitives;
namespace OpenRA.Mods.Common.Traits namespace OpenRA.Mods.D2k.Traits
{ {
[Desc("Creates a building placement preview based on the map editor actor preview.")] [Desc("Creates a building placement preview based on the map editor actor preview.")]
public class D2kActorPreviewPlaceBuildingPreviewInfo : ActorPreviewPlaceBuildingPreviewInfo public class D2kActorPreviewPlaceBuildingPreviewInfo : ActorPreviewPlaceBuildingPreviewInfo