Rename comments and documentation.
This commit is contained in:
@@ -21,7 +21,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
|
||||
public readonly int Interval = 750;
|
||||
|
||||
[Desc("Pause when the actor is disabled. Deprecated. Use upgrades instead.")]
|
||||
[Desc("Pause when the actor is disabled. Deprecated. Use conditions instead.")]
|
||||
public readonly bool PauseOnLowPower = false;
|
||||
|
||||
public override object Create(ActorInitializer init) { return new WithIdleAnimation(init.Self, this); }
|
||||
|
||||
Reference in New Issue
Block a user