Reorganize Mods.TS
This commit is contained in:
@@ -55,12 +55,12 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="ShroudPalette.cs" />
|
|
||||||
<Compile Include="Activities\VoxelHarvesterDockSequence.cs" />
|
<Compile Include="Activities\VoxelHarvesterDockSequence.cs" />
|
||||||
<Compile Include="TiberianSunRefinery.cs" />
|
|
||||||
<Compile Include="Render\WithVoxelWalkerBody.cs" />
|
|
||||||
<Compile Include="Render\WithVoxelUnloadBody.cs" />
|
|
||||||
<Compile Include="SpriteLoaders\TmpTSLoader.cs" />
|
<Compile Include="SpriteLoaders\TmpTSLoader.cs" />
|
||||||
|
<Compile Include="Traits\Buildings\TiberianSunRefinery.cs" />
|
||||||
|
<Compile Include="Traits\Render\WithVoxelWalkerBody.cs" />
|
||||||
|
<Compile Include="Traits\Render\WithVoxelUnloadBody.cs" />
|
||||||
|
<Compile Include="Traits\World\ShroudPalette.cs" />
|
||||||
<Compile Include="UtilityCommands\LegacyTilesetImporter.cs" />
|
<Compile Include="UtilityCommands\LegacyTilesetImporter.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.
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
using OpenRA.Mods.RA;
|
using OpenRA.Mods.RA;
|
||||||
using OpenRA.Traits;
|
using OpenRA.Traits;
|
||||||
|
|
||||||
namespace OpenRA.Mods.TS
|
namespace OpenRA.Mods.TS.Traits
|
||||||
{
|
{
|
||||||
public class TiberianSunRefineryInfo : OreRefineryInfo
|
public class TiberianSunRefineryInfo : OreRefineryInfo
|
||||||
{
|
{
|
||||||
0
OpenRA.Mods.TS/Render/WithVoxelUnloadBody.cs → OpenRA.Mods.TS/Traits/Render/WithVoxelUnloadBody.cs
Executable file → Normal file
0
OpenRA.Mods.TS/Render/WithVoxelUnloadBody.cs → OpenRA.Mods.TS/Traits/Render/WithVoxelUnloadBody.cs
Executable file → Normal file
@@ -13,7 +13,7 @@ using System.Linq;
|
|||||||
using OpenRA.Graphics;
|
using OpenRA.Graphics;
|
||||||
using OpenRA.Traits;
|
using OpenRA.Traits;
|
||||||
|
|
||||||
namespace OpenRA.Mods.TS
|
namespace OpenRA.Mods.TS.Traits
|
||||||
{
|
{
|
||||||
[Desc("Adds the hard-coded shroud palette to the game")]
|
[Desc("Adds the hard-coded shroud palette to the game")]
|
||||||
class TSShroudPaletteInfo : ITraitInfo
|
class TSShroudPaletteInfo : ITraitInfo
|
||||||
Reference in New Issue
Block a user