public abstract class Enemy extends GameObject
Modifier and Type | Field and Description |
---|---|
protected int |
scoreValue |
velX, velY, x, y
Modifier | Constructor and Description |
---|---|
protected |
Enemy(int x,
int y,
int scoreValue)
Construtor da classe Enemy.
|