Fix IDE0001

This commit is contained in:
RoosterDragon
2023-02-19 09:54:24 +00:00
committed by Pavel Penev
parent ee35cbc0d0
commit 8b4500146f
5 changed files with 9 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenRA.Traits
}
/// <summary>
/// Type tag for DamageTypes <see cref="Primitives.BitSet{T}"/>.
/// Type tag for DamageTypes <see cref="BitSet{T}"/>.
/// </summary>
public sealed class DamageType { DamageType() { } }
@@ -483,7 +483,7 @@ namespace OpenRA.Traits
}
/// <summary>
/// Indicates target types as defined on <see cref="Traits.ITargetable"/> are present in a <see cref="Primitives.BitSet{T}"/>.
/// Indicates target types as defined on <see cref="ITargetable"/> are present in a <see cref="BitSet{T}"/>.
/// </summary>
public sealed class TargetableType { TargetableType() { } }