Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -35,7 +35,7 @@ namespace OpenRA.Mods.Common.Terrain
|
||||
|
||||
public sealed class DefaultTileCache : IDisposable
|
||||
{
|
||||
readonly Dictionary<ushort, TheaterTemplate> templates = new Dictionary<ushort, TheaterTemplate>();
|
||||
readonly Dictionary<ushort, TheaterTemplate> templates = new();
|
||||
readonly Cache<SheetType, SheetBuilder> sheetBuilders;
|
||||
readonly MersenneTwister random;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user