Alexandria.Engines.Creation.Groups.TopGroup.LoadChildren C# (CSharp) Method

LoadChildren() protected method

protected LoadChildren ( ) : void
return void
        void LoadChildren()
        {
            if (ChildrenLoaded)
                return;

            ChildrenLoaded = true;
            LoadChildrenBase();
        }