Move Console commands to Mods.Common

This commit is contained in:
reaperrr
2014-10-03 00:11:11 +02:00
parent ab30e8a993
commit f03617bbe5
9 changed files with 27 additions and 9 deletions

View File

@@ -41,8 +41,13 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="CommonTraitsInterfaces.cs" />
<Compile Include="Effects\Explosion.cs" />
<Compile Include="Effects\FloatingText.cs" />
<Compile Include="Console\ChatCommands.cs" />
<Compile Include="Console\DevCommands.cs" />
<Compile Include="Console\HelpCommand.cs" />
<Compile Include="Console\PlayerCommands.cs" />
<Compile Include="Graphics\ActorPreview.cs" />
<Compile Include="Graphics\BeamRenderable.cs" />
<Compile Include="Graphics\ContrailRenderable.cs" />