@ -19,4 +19,8 @@ public class Ghost {
public void move(Vector2 direction) {
this.position = this.position.Add(direction);
}
public void spawn() {