Schmup.Hero.StrongShoot C# (CSharp) Method

StrongShoot() public method

public StrongShoot ( ) : void
return void
        public void StrongShoot()
        {
            strongShots.Shoot(this.Position.X, this.Position.Y, 0, -10, 0, 0, false, false, false);
        }