Require map generators to specify valid tilesets.

This commit is contained in:
Paul Chote
2025-04-26 13:29:03 +01:00
committed by Gustas Kažukauskas
parent c41a1302b6
commit e5ffed2a4f
6 changed files with 18 additions and 2 deletions

View File

@@ -988,6 +988,7 @@ namespace OpenRA.Mods.Common.Traits
public interface IEditorMapGeneratorInfo : IMapGeneratorInfo
{
string[] Tilesets { get; }
IMapGeneratorSettings GetSettings();
}
}