Exemplo n.º 1
0
        public static void PrintReport()
        {
            Debug.WriteLine("--------------------------------------------------------------------------------");
            Debug.WriteLine("------------------------------ Game Object Manager -----------------------------");
            Debug.WriteLine("--------------------------------------------------------------------------------");

            GameObjectManager pMan = GameObjectManager.PrivGetInstance();

            Debug.Assert(pMan != null);
            pMan.BasePrintReport();
        }