Example #1
0
        public static void Dump()
        {
            GameObjectMan pMan = GameObjectMan.PrivGetInstance();

            Debug.Assert(pMan != null);

            pMan.BaseDump();
        }