getZPMCount() added to Player
This commit is contained in:
parent
0e5681ef7d
commit
e9303c68e4
@ -30,4 +30,8 @@ public class Player extends PlayerBase {
|
|||||||
public void shootStargate(Stargate stargate) {
|
public void shootStargate(Stargate stargate) {
|
||||||
this.currentTile.getAdjacentTile(facingDirection).spawnStargate(stargate, facingDirection);
|
this.currentTile.getAdjacentTile(facingDirection).spawnStargate(stargate, facingDirection);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getZPMCount(){
|
||||||
|
return zpmContainer.size();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user