Rename TechTreeCache -> TechTree
This commit is contained in:
@@ -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); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user