Allow IDumpSheetsTerrainInfo to be implemented by thirdparties.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
f416e123f0
commit
88043e297b
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user