Add SupportPowerPaletteOrder to SupportPowerInfo
This commit is contained in:
committed by
abcdefg30
parent
a8b7fcaf87
commit
a85b634655
@@ -106,6 +106,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public readonly string OrderName;
|
||||
|
||||
[Desc("Sort order for the support power palette. Smaller numbers are presented earlier.")]
|
||||
public readonly int SupportPowerPaletteOrder = 9999;
|
||||
|
||||
public SupportPowerInfo() { OrderName = GetType().Name + "Order"; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user