Allow IDumpSheetsTerrainInfo to be implemented by thirdparties.

This commit is contained in:
Matthias Mailänder
2025-07-24 17:12:13 +02:00
committed by Gustas Kažukauskas
parent f416e123f0
commit 88043e297b

View File

@@ -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];