Swordening.WeakSkeleton.LoadContent C# (CSharp) Method

LoadContent() protected method

protected LoadContent ( ) : void
return void
        protected override void LoadContent()
        {
            texture = _game.Textures["skeleton"];

            base.LoadContent();
        }