1
0

-Removed Upgrade method. Upgrades will now be done by approaching an UpgradeShop.

Signed-off-by: Tony Grosinger <tony@grosinger.net>
This commit is contained in:
Tony Grosinger 2011-09-14 11:45:06 -07:00
parent 891002c646
commit f149164e5c
2 changed files with 0 additions and 5 deletions

View File

@ -78,9 +78,4 @@ public class SampleDrone implements Drone {
public NeighborDrone attack() {
return null;
}
@Override
public Upgrade upgrade() {
return null;
}
}