Swordening.WeakSkeleton.Initialize C# (CSharp) Method

Initialize() public method

Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content.
public Initialize ( ) : void
return void
        public override void Initialize()
        {
            // TODO: Add your initialization code here

            base.Initialize();
        }