StyleCop clean OpenRA.Game
This commit is contained in:
@@ -31,7 +31,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 WithDeliveryOverlay(init.self, this); }
|
||||
public object Create(ActorInitializer init) { return new WithDeliveryOverlay(init.Self, this); }
|
||||
}
|
||||
|
||||
public class WithDeliveryOverlay : INotifyBuildComplete, INotifySold, INotifyDelivery
|
||||
|
||||
Reference in New Issue
Block a user