Allow keeping empty selection bars visible
This commit is contained in:
@@ -118,6 +118,7 @@ namespace OpenRA.Mods.RA.Traits
|
||||
}
|
||||
|
||||
Color ISelectionBar.GetColor() { return Color.Magenta; }
|
||||
bool ISelectionBar.DisplayWhenEmpty { get { return false; } }
|
||||
}
|
||||
|
||||
class PortableChronoOrderTargeter : IOrderTargeter
|
||||
|
||||
Reference in New Issue
Block a user