Decouple color picker palette definitions to their own trait.
This commit is contained in:
@@ -270,6 +270,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
IEnumerable<string> PaletteNames { get; }
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IProvidesAssetBrowserColorPickerPalettes
|
||||
{
|
||||
IEnumerable<string> ColorPickerPaletteNames { get; }
|
||||
}
|
||||
|
||||
public interface ICallForTransport
|
||||
{
|
||||
WDist MinimumDistance { get; }
|
||||
|
||||
Reference in New Issue
Block a user