getZPMCount() added to Player
This commit is contained in:
@ -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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user