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

@@ -15,7 +15,7 @@ using OpenRA.FileFormats;
namespace OpenRA.Traits
{
public class PlayerProductionQueueInfo : ProductionQueueInfo, ITraitPrerequisite<TechTreeCacheInfo>
public class PlayerProductionQueueInfo : ProductionQueueInfo, ITraitPrerequisite<TechTreeInfo>
{
public override object Create(ActorInitializer init) { return new PlayerProductionQueue(init.self, this); }
}