Beispiel #1
0
        public static void DumpLists()
        {
            GameObjectManager pMan = privGetInstance();

            Debug.Assert(pMan != null);

            Debug.WriteLine("------ GameObject Manager Lists ------");
            pMan.baseDumpLists();
        }