Fix CA1852
This commit is contained in:
committed by
Pavel Penev
parent
277699cbd5
commit
f4af5c1764
@@ -38,7 +38,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public override object Create(ActorInitializer init) { return new ProductionParadrop(init, this); }
|
||||
}
|
||||
|
||||
class ProductionParadrop : Production
|
||||
sealed class ProductionParadrop : Production
|
||||
{
|
||||
readonly Lazy<RallyPoint> rp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user