Add a sprite sequence importer for infantry and buildings.

This commit is contained in:
Matthias Mailänder
2015-09-12 16:50:41 +02:00
parent 526f851489
commit 8de6f1a18b
2 changed files with 260 additions and 0 deletions

View File

@@ -81,6 +81,7 @@
<Compile Include="Player\PlaceSimpleBeacon.cs" />
<Compile Include="Effects\AnimatedBeacon.cs" />
<Compile Include="UtilityCommands\LegacyRulesImporter.cs" />
<Compile Include="UtilityCommands\LegacySequenceImporter.cs" />
</ItemGroup>
<!-- 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.