Project_Starfighter.Ammo.Ammo C# (CSharp) Method

Ammo() public method

public Ammo ( ) : System
return System
        public Ammo()
        {
            aLocation.X = 0f;
            aLocation.Y = 0f;
            ammoActive = false;
        }

Same methods

Ammo::Ammo ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System