From 88043e297b8953c9a13463a9b5bc3749f85f6eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 24 Jul 2025 17:12:13 +0200 Subject: [PATCH] Allow IDumpSheetsTerrainInfo to be implemented by thirdparties. --- OpenRA.Mods.Common/UtilityCommands/DumpSequenceSheetsCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/UtilityCommands/DumpSequenceSheetsCommand.cs b/OpenRA.Mods.Common/UtilityCommands/DumpSequenceSheetsCommand.cs index bf694ca855..45b0a81a01 100644 --- a/OpenRA.Mods.Common/UtilityCommands/DumpSequenceSheetsCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/DumpSequenceSheetsCommand.cs @@ -22,7 +22,7 @@ namespace OpenRA.Mods.Common.UtilityCommands void DumpSheets(string terrainName, ImmutablePalette palette, ref int sheetCount); } - sealed class DumpSequenceSheetsCommand : IUtilityCommand + public class DumpSequenceSheetsCommand : IUtilityCommand { static readonly int[] ChannelMasks = [2, 1, 0, 3];