extracted GameRules.FieldLoader from UnitInfo.cs

This commit is contained in:
Bob
2009-10-13 19:17:43 +13:00
parent 9ba0a632e2
commit e86b0cdaa0
3 changed files with 48 additions and 31 deletions

View File

@@ -72,6 +72,7 @@
<ItemGroup>
<Compile Include="Actor.cs" />
<Compile Include="Controller.cs" />
<Compile Include="GameRules\FieldLoader.cs" />
<Compile Include="GameRules\Footprint.cs" />
<Compile Include="GameRules\Rules.cs" />
<Compile Include="GameRules\UnitInfo.cs" />