Remove unused variables
Redundant since 2013
PR: # 3407
Commit: 1eb04a70a5
This commit is contained in:
committed by
Matthias Mailänder
parent
388222c5c7
commit
55536bba4c
@@ -45,8 +45,6 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly bool DiscardExcessResources = false;
|
||||
|
||||
public readonly bool ShowTicks = true;
|
||||
public readonly int TickLifetime = 30;
|
||||
public readonly int TickVelocity = 2;
|
||||
public readonly int TickRate = 10;
|
||||
|
||||
public override object Create(ActorInitializer init) { return new Refinery(init.Self, this); }
|
||||
|
||||
Reference in New Issue
Block a user