Asteroids.Classes.Perks.Perk.GetTexture C# (CSharp) Метод

GetTexture() защищенный Метод

protected GetTexture ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
Результат Microsoft.Xna.Framework.Graphics.Texture2D
        protected Texture2D GetTexture()
        {
            return this.texture;
        }