Evolution_War.Cannon.Cannon C# (CSharp) Méthode

Cannon() public méthode

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