Mercurial > repos > snowblizz-super-API-ideas
diff IBBoard.WarFoundry.API.csproj @ 265:6fe0cb1bf74f
Re #279: Create composite limit
* Change uses of "AbstractLimit" to "ILimit" as composites don't have a number themselves and can't extend AbstractLimit
* Refactor limit parsing code out into a separate class
* Use grouping to allow for re-use of limit types in schema
* Add min and max composite limits in schema
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 05 Jun 2010 15:36:04 +0000 |
parents | 7933d852181e |
children | cd082d7bd4d9 8981fc45fe17 |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj Sat Jun 05 14:00:28 2010 +0000 +++ b/IBBoard.WarFoundry.API.csproj Sat Jun 05 15:36:04 2010 +0000 @@ -156,6 +156,7 @@ <Compile Include="api\AbstractWarFoundryLoader.cs" /> <Compile Include="api\DefaultWarFoundryLoader.cs" /> <Compile Include="api\Objects\UnitMemberType.cs" /> + <Compile Include="api\Factories\Xml\WarFoundryXmlLimitParser.cs" /> </ItemGroup> <ItemGroup> <Content Include="libs\ICSharpCode.SharpZipLib.dll" />