Fix IDE0250
This commit is contained in:
committed by
Pavel Penev
parent
5e52d067c8
commit
5a2a448c32
@@ -17,7 +17,7 @@ using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
public struct ResourceLayerContents
|
||||
public readonly struct ResourceLayerContents
|
||||
{
|
||||
public static readonly ResourceLayerContents Empty = default;
|
||||
public readonly string Type;
|
||||
|
||||
Reference in New Issue
Block a user