This commit is contained in:
Chris Forbes
2012-04-07 10:29:25 +12:00
parent 10c1b996ed
commit 25fb2a7be3

View File

@@ -18,6 +18,7 @@ namespace OpenRA.Mods.RA
{
public object Create(ActorInitializer init) { return new CapturableBar(init.self); }
}
class CapturableBar : ISelectionBar
{
Capturable cap;