public class Bomb extends GameObject
| Modifier and Type | Field and Description |
|---|---|
Tile |
tile
The Tile this Bomb is on.
|
int |
timer
The number of turns before this Bomb explodes.
|
logslogpublic Tile tile
public int timer
© 2020 MST ACM SIG-GAME