Include all the relevant palettes in the asset browser.
This commit is contained in:
@@ -71,4 +71,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
CVec DeliveryOffset { get; }
|
||||
bool AllowDocking { get; }
|
||||
}
|
||||
|
||||
public interface IProvidesAssetBrowserPalettes
|
||||
{
|
||||
IEnumerable<string> PaletteNames { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user