Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -18,7 +18,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public class DetectCloakedInfo : ConditionalTraitInfo
|
||||
{
|
||||
[Desc("Specific cloak classifications I can reveal.")]
|
||||
public readonly BitSet<DetectionType> DetectionTypes = new BitSet<DetectionType>("Cloak");
|
||||
public readonly BitSet<DetectionType> DetectionTypes = new("Cloak");
|
||||
|
||||
public readonly WDist Range = WDist.FromCells(5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user