@ -6,6 +6,7 @@ public class Ghost {
public Ghost(GameManager gameManager) {
this.gameManager = gameManager;
this.position = new Vector2(-1, -1);
}