예제 #1
0
        public static void PushToMemento(TimerMemento pMemento, float currTime)
        {
            TimerManager pMan = TimerManager.PrivGetInstance();

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