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

@@ -84,7 +84,6 @@ namespace OpenRA.Graphics
}
}
[System.Diagnostics.CodeAnalysis.SuppressMessage("Usage", "IDE0060:Remove unused parameter", Justification = "Load game API")]
public PlaceholderModelSequenceLoader(ModData modData) { }
public IModelCache CacheModels(IReadOnlyFileSystem fileSystem, ModData modData, IReadOnlyDictionary<string, MiniYamlNode> modelDefinitions)