Move DeveloperMode trait to Mods.Common

This commit is contained in:
rob-v
2017-07-23 13:09:32 +02:00
committed by Oliver Brakmann
parent d4e9e0e069
commit 97306f2bcd
4 changed files with 4 additions and 3 deletions

View File

@@ -297,6 +297,7 @@
<Compile Include="Traits\CommandBarBlacklist.cs" />
<Compile Include="Traits\Health.cs" />
<Compile Include="Traits\HitShape.cs" />
<Compile Include="Traits\Player\DeveloperMode.cs" />
<Compile Include="Traits\PowerTooltip.cs" />
<Compile Include="Traits\Render\VeteranProductionIconOverlay.cs" />
<Compile Include="Traits\Capturable.cs" />