Simplify 'default' expression (IDE0034)
This commit is contained in:
committed by
Matthias Mailänder
parent
02d9ba020d
commit
858d782af1
@@ -80,7 +80,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly int ProtectionScanRadius = 8;
|
||||
|
||||
[Desc("Enemy target types to never target.")]
|
||||
public readonly BitSet<TargetableType> IgnoredEnemyTargetTypes = default(BitSet<TargetableType>);
|
||||
public readonly BitSet<TargetableType> IgnoredEnemyTargetTypes = default;
|
||||
|
||||
public override void RulesetLoaded(Ruleset rules, ActorInfo ai)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user