Fix IDE0060

This commit is contained in:
RoosterDragon
2023-02-24 19:45:01 +00:00
committed by Gustas
parent 555aac3f64
commit 0b01b73111
5 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ namespace OpenRA.Mods.Cnc.Graphics
{
public Action<string> OnMissingModelError { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "IDE0060:Remove unused parameter", Justification = "Load game API")]
public VoxelModelSequenceLoader(ModData modData) { }
public IModelCache CacheModels(IReadOnlyFileSystem fileSystem, ModData modData, IReadOnlyDictionary<string, MiniYamlNode> modelSequences)