CEngineSharp_Client.World.Entity.Npc.Draw C# (CSharp) Method

Draw() public method

public Draw ( RenderTarget target ) : void
target RenderTarget
return void
        public void Draw(RenderTarget target)
        {
            target.Draw(this.Sprite);
        }