move AttackPopupTurreted into RA where it can be fixed.
This commit is contained in:
@@ -68,7 +68,6 @@
|
||||
<Compile Include="Activities\HarvesterDockSequence.cs" />
|
||||
<Compile Include="TiberiumRefinery.cs" />
|
||||
<Compile Include="CncWaterPaletteRotation.cs" />
|
||||
<Compile Include="AttackPopupTurreted.cs" />
|
||||
<Compile Include="SpawnViceroid.cs" />
|
||||
<Compile Include="Widgets\Logic\CncMenuLogic.cs" />
|
||||
<Compile Include="Widgets\Logic\CncServerBrowserLogic.cs" />
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using OpenRA.GameRules;
|
||||
using OpenRA.Mods.RA;
|
||||
using OpenRA.Mods.RA.Activities;
|
||||
using OpenRA.Mods.RA.Buildings;
|
||||
using OpenRA.Mods.RA.Move;
|
||||
@@ -19,7 +18,7 @@ using OpenRA.Mods.RA.Render;
|
||||
using OpenRA.Traits;
|
||||
using OpenRA.Traits.Activities;
|
||||
|
||||
namespace OpenRA.Mods.Cnc
|
||||
namespace OpenRA.Mods.RA
|
||||
{
|
||||
class AttackPopupTurretedInfo : AttackBaseInfo
|
||||
{
|
||||
@@ -31,13 +30,7 @@ namespace OpenRA.Mods.Cnc
|
||||
|
||||
class AttackPopupTurreted : AttackBase, INotifyBuildComplete, INotifyIdle, IDamageModifier
|
||||
{
|
||||
enum PopupState
|
||||
{
|
||||
Open,
|
||||
Rotating,
|
||||
Transitioning,
|
||||
Closed
|
||||
};
|
||||
enum PopupState { Open, Rotating, Transitioning, Closed };
|
||||
|
||||
protected Target target;
|
||||
AttackPopupTurretedInfo Info;
|
||||
@@ -359,6 +359,7 @@
|
||||
<Compile Include="ThrowsParticle.cs" />
|
||||
<Compile Include="Crates\HideMapCrateAction.cs" />
|
||||
<Compile Include="World\PlayMusicOnMapLoad.cs" />
|
||||
<Compile Include="AttackPopupTurreted.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">
|
||||
|
||||
Reference in New Issue
Block a user