public AsteroidMove(PlayerShip player) { PlShip = player; }
public void BeginGame() { IsActive = true; gameRunning = true; Player = new PlayerShip(); }