public override void Throw(Thrower thrower) { new Asteroid("Small", thrower.Rotation, thrower.Base, Ld25.Game, 4, true); }
public override void Throw(Thrower thrower) { new Asteroid("Medium", thrower.Rotation, thrower.Base, Ld25.Game, 10, true); }
public override void Throw(Thrower thrower) { new UFO(thrower.Base, thrower.Rotation, Ld25.Game); }
public override void Throw(Thrower thrower) { new Asteroid("Giant", thrower.Rotation, thrower.Base, Ld25.Game, 60, true); }
public virtual void Throw(Thrower thrower) { new Asteroid("Large", thrower.Rotation, thrower.Base, Ld25.Game, 25, true); }