Pull the master server communication into a ServerTrait

This commit is contained in:
Paul Chote
2010-11-08 16:54:30 +13:00
parent 836b3a598b
commit b77dcd476c
5 changed files with 136 additions and 81 deletions

View File

@@ -195,6 +195,7 @@
<Compile Include="ServerTraits\TraitInterfaces.cs" />
<Compile Include="ServerTraits\LobbyCommands.cs" />
<Compile Include="ServerTraits\PlayerCommands.cs" />
<Compile Include="ServerTraits\MasterServerPinger.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">