ArcAnnihilation.Spell.GetTexture C# (CSharp) Method

GetTexture() public method

public GetTexture ( ) : DotaTexture
return DotaTexture
        public DotaTexture GetTexture()
        {
            return _texture;
        }