Ejemplo n.º 1
0
        private void PrivStatDump()
        {
            BoxSpriteMan pBSMan = BoxSpriteMan.PrivGetInstance();

            Debug.Assert(pBSMan != null);

            Debug.WriteLine("");
            Debug.WriteLine("BoxSprite Manager Stats---------------------");
            pBSMan.BaseStatDump();
        }