Developer Mode (pchote: amended)

This commit is contained in:
alzeih
2010-06-26 00:04:36 +12:00
parent f39f7fc23e
commit f92b59e6db
12 changed files with 262 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ namespace OpenRA.Traits
{
class ProductionQueueInfo : ITraitInfo
{
public readonly float BuildSpeed = 0.4f;
public float BuildSpeed = 0.4f;
public readonly int LowPowerSlowdown = 3;
public object Create(ActorInitializer init) { return new ProductionQueue(init.self); }
}