move WithVoxelWalkerBody to Mods.TS
This commit is contained in:
@@ -437,7 +437,6 @@
|
|||||||
<Compile Include="Render\WithVoxelTurret.cs" />
|
<Compile Include="Render\WithVoxelTurret.cs" />
|
||||||
<Compile Include="Render\WithVoxelBody.cs" />
|
<Compile Include="Render\WithVoxelBody.cs" />
|
||||||
<Compile Include="Render\WithVoxelBarrel.cs" />
|
<Compile Include="Render\WithVoxelBarrel.cs" />
|
||||||
<Compile Include="Render\WithVoxelWalkerBody.cs" />
|
|
||||||
<Compile Include="Widgets\Logic\CreditsLogic.cs" />
|
<Compile Include="Widgets\Logic\CreditsLogic.cs" />
|
||||||
<Compile Include="Render\WithResources.cs" />
|
<Compile Include="Render\WithResources.cs" />
|
||||||
<Compile Include="Render\WithHarvestAnimation.cs" />
|
<Compile Include="Render\WithHarvestAnimation.cs" />
|
||||||
|
|||||||
@@ -51,6 +51,7 @@
|
|||||||
<Compile Include="Activities\VoxelHarvesterDockSequence.cs" />
|
<Compile Include="Activities\VoxelHarvesterDockSequence.cs" />
|
||||||
<Compile Include="TiberianSunRefinery.cs" />
|
<Compile Include="TiberianSunRefinery.cs" />
|
||||||
<Compile Include="WithVoxelUnloadBody.cs" />
|
<Compile Include="WithVoxelUnloadBody.cs" />
|
||||||
|
<Compile Include="Render\WithVoxelWalkerBody.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
|||||||
2
OpenRA.Mods.RA/Render/WithVoxelWalkerBody.cs → OpenRA.Mods.TS/Render/WithVoxelWalkerBody.cs
Executable file → Normal file
2
OpenRA.Mods.RA/Render/WithVoxelWalkerBody.cs → OpenRA.Mods.TS/Render/WithVoxelWalkerBody.cs
Executable file → Normal file
@@ -1,6 +1,6 @@
|
|||||||
#region Copyright & License Information
|
#region Copyright & License Information
|
||||||
/*
|
/*
|
||||||
* Copyright 2007-2013 The OpenRA Developers (see AUTHORS)
|
* Copyright 2007-2014 The OpenRA Developers (see AUTHORS)
|
||||||
* This file is part of OpenRA, which is free software. It is made
|
* This file is part of OpenRA, which is free software. It is made
|
||||||
* available to you under the terms of the GNU General Public License
|
* available to you under the terms of the GNU General Public License
|
||||||
* as published by the Free Software Foundation. For more information,
|
* as published by the Free Software Foundation. For more information,
|
||||||
Reference in New Issue
Block a user