Added missing override annotations

This commit is contained in:
Bokros Bálint
2016-05-14 13:47:14 +02:00
parent b02a5756a5
commit f8eb39d2fb
7 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,7 @@ public class PlayerBase implements Destroyable {
return String.format("%s: %s", name, currentTile);
}
@Override
public void destroy() {
destroyed = true;
Game.instance.playerBaseDestroyed(this);