Added missing override annotations
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user