예제 #1
0
        public static void PushToMemento(ManagerMemento pMemento)
        {
            GameObjectManager pMan = GameObjectManager.PrivGetInstance();

            Debug.Assert(pMan != null);
            pMan.BasePushToMemento(pMemento);
        }