Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -47,7 +47,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
|
||||
readonly WarheadDebugOverlayInfo info;
|
||||
readonly List<WHImpact> impacts = new List<WHImpact>();
|
||||
readonly List<WHImpact> impacts = new();
|
||||
|
||||
public WarheadDebugOverlay(WarheadDebugOverlayInfo info)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user