Moved DrawLineToTarget from Game to Mods.Common
This commit is contained in:
@@ -171,7 +171,6 @@
|
|||||||
<Compile Include="Support\Program.cs" />
|
<Compile Include="Support\Program.cs" />
|
||||||
<Compile Include="Sync.cs" />
|
<Compile Include="Sync.cs" />
|
||||||
<Compile Include="TraitDictionary.cs" />
|
<Compile Include="TraitDictionary.cs" />
|
||||||
<Compile Include="Traits\DrawLineToTarget.cs" />
|
|
||||||
<Compile Include="Traits\EditorTilesetFilter.cs" />
|
<Compile Include="Traits\EditorTilesetFilter.cs" />
|
||||||
<Compile Include="Traits\LintAttributes.cs" />
|
<Compile Include="Traits\LintAttributes.cs" />
|
||||||
<Compile Include="Traits\Player\DeveloperMode.cs" />
|
<Compile Include="Traits\Player\DeveloperMode.cs" />
|
||||||
|
|||||||
@@ -456,6 +456,7 @@
|
|||||||
<Compile Include="Traits\Render\WithVoxelBarrel.cs" />
|
<Compile Include="Traits\Render\WithVoxelBarrel.cs" />
|
||||||
<Compile Include="Traits\Render\WithVoxelBody.cs" />
|
<Compile Include="Traits\Render\WithVoxelBody.cs" />
|
||||||
<Compile Include="Traits\Render\WithVoxelTurret.cs" />
|
<Compile Include="Traits\Render\WithVoxelTurret.cs" />
|
||||||
|
<Compile Include="Traits\Render\DrawLineToTarget.cs" />
|
||||||
<Compile Include="Traits\RejectsOrders.cs" />
|
<Compile Include="Traits\RejectsOrders.cs" />
|
||||||
<Compile Include="Traits\Repairable.cs" />
|
<Compile Include="Traits\Repairable.cs" />
|
||||||
<Compile Include="Traits\RepairableNear.cs" />
|
<Compile Include="Traits\RepairableNear.cs" />
|
||||||
|
|||||||
@@ -12,8 +12,9 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using OpenRA.Graphics;
|
using OpenRA.Graphics;
|
||||||
|
using OpenRA.Traits;
|
||||||
|
|
||||||
namespace OpenRA.Traits
|
namespace OpenRA.Mods.Common.Traits
|
||||||
{
|
{
|
||||||
public class DrawLineToTargetInfo : ITraitInfo
|
public class DrawLineToTargetInfo : ITraitInfo
|
||||||
{
|
{
|
||||||
@@ -15,6 +15,7 @@ using System.Linq;
|
|||||||
using OpenRA.Mods.Common;
|
using OpenRA.Mods.Common;
|
||||||
using OpenRA.Mods.Common.Activities;
|
using OpenRA.Mods.Common.Activities;
|
||||||
using OpenRA.Mods.Common.Orders;
|
using OpenRA.Mods.Common.Orders;
|
||||||
|
using OpenRA.Mods.Common.Traits;
|
||||||
using OpenRA.Mods.RA.Activities;
|
using OpenRA.Mods.RA.Activities;
|
||||||
using OpenRA.Traits;
|
using OpenRA.Traits;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user