Moves the remaining two ServerTraits and 3 out of 4 Modifiers to Mods.Common

This commit is contained in:
reaperrr
2014-11-07 00:04:16 +01:00
parent 3dd93c7ff6
commit cd00fdeacc
8 changed files with 12 additions and 11 deletions

View File

@@ -76,12 +76,17 @@
<Compile Include="Graphics\VoxelActorPreview.cs" />
<Compile Include="Graphics\VoxelRenderable.cs" />
<Compile Include="ModChooserLoadScreen.cs" />
<Compile Include="Modifiers\DisabledOverlay.cs" />
<Compile Include="Modifiers\HiddenUnderFog.cs" />
<Compile Include="Modifiers\UpgradeOverlay.cs" />
<Compile Include="Orders\DeployOrderTargeter.cs" />
<Compile Include="Orders\EnterAlliedActorTargeter.cs" />
<Compile Include="Orders\UnitOrderTargeter.cs" />
<Compile Include="PaletteFromFile.cs" />
<Compile Include="RallyPoint.cs" />
<Compile Include="ServerTraits\ColorValidator.cs" />
<Compile Include="ServerTraits\LobbyCommands.cs" />
<Compile Include="ServerTraits\LobbySettingsNotification.cs" />
<Compile Include="ServerTraits\MasterServerPinger.cs" />
<Compile Include="ServerTraits\PlayerPinger.cs" />
<Compile Include="Traits\BlocksBullets.cs" />