moved SelfHealing to RA
This commit is contained in:
@@ -241,7 +241,6 @@
|
||||
<Compile Include="Traits\Repairable.cs" />
|
||||
<Compile Include="Traits\Reservable.cs" />
|
||||
<Compile Include="Traits\Selectable.cs" />
|
||||
<Compile Include="Traits\AI\SelfHealing.cs" />
|
||||
<Compile Include="Traits\SquishByTank.cs" />
|
||||
<Compile Include="Traits\Plane.cs" />
|
||||
<Compile Include="Traits\Player\ProductionQueue.cs" />
|
||||
|
||||
@@ -94,6 +94,7 @@
|
||||
<Compile Include="RenderSpy.cs" />
|
||||
<Compile Include="RepairableNear.cs" />
|
||||
<Compile Include="Crates\SpeedUpgradeCrateAction.cs" />
|
||||
<Compile Include="SelfHealing.cs" />
|
||||
<Compile Include="SonarPulsePower.cs" />
|
||||
<Compile Include="Spy.cs" />
|
||||
<Compile Include="SpyPlanePower.cs" />
|
||||
|
||||
@@ -18,7 +18,9 @@
|
||||
*/
|
||||
#endregion
|
||||
|
||||
namespace OpenRA.Traits
|
||||
using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.RA
|
||||
{
|
||||
class SelfHealingInfo : ITraitInfo
|
||||
{
|
||||
Reference in New Issue
Block a user