Rename TechTreeCache -> TechTree

This commit is contained in:
Paul Chote
2010-09-17 23:46:17 +12:00
committed by Chris Forbes
parent 08b25d10c1
commit fb90400524
8 changed files with 13 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ namespace OpenRA.Traits
this.self = self;
this.Info = info;
var ttc = playerActor.Trait<TechTreeCache>();
var ttc = playerActor.Trait<TechTree>();
foreach (var a in AllBuildables(Info.Type))
{