Asteroids.Classes.Alien.GetBulletList C# (CSharp) Method

GetBulletList() public method

public GetBulletList ( ) : List
return List
        public List<BulletAlien> GetBulletList()
        {
            return bullets;
        }