Promote map generators to stand-alone editor tools.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
78f660124c
commit
b2acc653a0
@@ -961,6 +961,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
bool PathMightExistForLocomotorBlockedByImmovable(Locomotor locomotor, CPos source, CPos target);
|
||||
}
|
||||
|
||||
public interface IEditorToolInfo : ITraitInfoInterface
|
||||
{
|
||||
string Label { get; }
|
||||
string PanelWidget { get; }
|
||||
}
|
||||
|
||||
public class MapGenerationException : Exception
|
||||
{
|
||||
public MapGenerationException(string message)
|
||||
|
||||
Reference in New Issue
Block a user