Replace ITileCache with IDumpSheetsTerrainInfo.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
5d8e35088f
commit
44c6747dec
@@ -783,7 +783,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[RequireExplicitImplementation]
|
||||
public interface ITiledTerrainRendererInfo : ITraitInfoInterface
|
||||
{
|
||||
bool ValidateTileSprites(ITemplatedTerrainInfo terrainInfo, Action<string> onError, out ITileCache tileCache);
|
||||
bool ValidateTileSprites(ITemplatedTerrainInfo terrainInfo, Action<string> onError);
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
|
||||
Reference in New Issue
Block a user