Beispiel #1
0
        private void PrivStatDump()
        {
            ProxySpriteMan pPSMan = ProxySpriteMan.PrivGetInstance();

            Debug.Assert(pPSMan != null);

            Debug.WriteLine("");
            Debug.WriteLine("ProxySprite Manager Stats---------------------");
            pPSMan.BaseStatDump();
        }