StyleCop clean OpenRA.Game
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenRA.Mods.D2k.Traits
|
||||
[Desc("Custom palette is a player palette BaseName")]
|
||||
public readonly bool IsPlayerPalette = false;
|
||||
|
||||
public object Create(ActorInitializer init) { return new WithProductionOverlay(init.self, this); }
|
||||
public object Create(ActorInitializer init) { return new WithProductionOverlay(init.Self, this); }
|
||||
}
|
||||
|
||||
public class WithProductionOverlay : INotifyDamageStateChanged, ITick, INotifyBuildComplete, INotifySold
|
||||
|
||||
Reference in New Issue
Block a user