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;
        }