extract SyncReport class from Game

This commit is contained in:
Bob
2010-08-21 17:53:39 +12:00
parent 0e16aa339d
commit 9eaa0e5765
4 changed files with 69 additions and 55 deletions

View File

@@ -235,6 +235,7 @@
<Compile Include="ModData.cs" />
<Compile Include="Map.cs" />
<Compile Include="ObjectCreator.cs" />
<Compile Include="Network\SyncReport.cs" />
<Compile Include="Traits\PrimaryBuilding.cs" />
<Compile Include="Widgets\Delegates\DeveloperModeDelegate.cs" />
</ItemGroup>