Evolution_War.Cannon.Cannon C# (CSharp) Method

Cannon() public method

public Cannon ( Ship pOwner ) : System
pOwner Ship
return System
        public Cannon(Ship pOwner)
            : base(pOwner)
        {
            FireQueue = new List<Bullet>(16);
            GunIndexQueue = new List<Int32>(16);
        }