Merge pull request #5280 from WolfGaming/techleveltraits

TechTreeTrait system has been made
This commit is contained in:
Paul Chote
2014-05-20 12:35:26 +12:00
15 changed files with 207 additions and 29 deletions

View File

@@ -300,6 +300,7 @@
<Compile Include="Player\ClassicProductionQueue.cs" />
<Compile Include="Player\PlaceBuilding.cs" />
<Compile Include="Player\ProductionQueue.cs" />
<Compile Include="Player\ProvidesTechPrerequisite.cs" />
<Compile Include="PortableChrono.cs" />
<Compile Include="World\RadarPings.cs" />
<Compile Include="Player\TechTree.cs" />