Pull the traits into their own files

This commit is contained in:
Paul Chote
2010-11-08 15:39:37 +13:00
parent e20c736e3f
commit ee3437d0f6
5 changed files with 359 additions and 307 deletions

View File

@@ -192,6 +192,9 @@
<Compile Include="Traits\ActorStance.cs" />
<Compile Include="Traits\Armor.cs" />
<Compile Include="Graphics\CursorProvider.cs" />
<Compile Include="ServerTraits\TraitInterfaces.cs" />
<Compile Include="ServerTraits\LobbyCommands.cs" />
<Compile Include="ServerTraits\PlayerCommands.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">
@@ -247,4 +250,7 @@
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<Folder Include="ServerTraits\" />
</ItemGroup>
</Project>