StyleCop clean OpenRA.Game
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenRA.Mods.RA.Traits
|
||||
|
||||
public readonly bool PauseOnLowPower = false;
|
||||
|
||||
public object Create(ActorInitializer init) { return new WithRepairOverlay(init.self, this); }
|
||||
public object Create(ActorInitializer init) { return new WithRepairOverlay(init.Self, this); }
|
||||
}
|
||||
|
||||
public class WithRepairOverlay : INotifyDamageStateChanged, INotifyBuildComplete, INotifySold, INotifyRepair
|
||||
|
||||
Reference in New Issue
Block a user