public class Upgrade extends GameObject
| Modifier and Type | Field and Description |
|---|---|
int |
cargoCapacity
The amount of cargo capacity this Upgrade has.
|
int |
health
The maximum amount of health this Upgrade has.
|
int |
miningPower
The amount of mining power this Upgrade has per turn.
|
int |
moves
The number of moves this Upgrade can make per turn.
|
java.lang.String |
title
The Upgrade title.
|
logslogpublic int cargoCapacity
public int health
public int miningPower
public int moves
public java.lang.String title
© 2020 MST ACM SIG-GAME