unfailing some more radarbin bits
This commit is contained in:
@@ -48,16 +48,7 @@ namespace OpenRA.Widgets
|
|||||||
|
|
||||||
string radarCollection;
|
string radarCollection;
|
||||||
|
|
||||||
public RadarBinWidget() : base() { }
|
public override Widget Clone() { throw new NotImplementedException("Why are you Cloning RadarBin?"); }
|
||||||
|
|
||||||
public RadarBinWidget(Widget other)
|
|
||||||
: base(other)
|
|
||||||
{
|
|
||||||
throw new NotImplementedException("Why are you Cloning RadarBin?");
|
|
||||||
}
|
|
||||||
|
|
||||||
public override Widget Clone() { return new RadarBinWidget(this); }
|
|
||||||
|
|
||||||
|
|
||||||
public override void Draw(World world)
|
public override void Draw(World world)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user