m_pEventManager->GTimeEvent()->ResetTime();
m_pEventManager->GTimeEvent()->AddEvent( (fT += 5.0f), (WPARAM)this);
m_pEventManager->GTimeEvent()->AddEvent( (fT += 3.0f), (WPARAM)this);
m_pEventManager->GTimeEvent()->AddEvent( (fT += .0f), (WPARAM)this);
m_pEventManager->GTimeEvent()->AddEvent( (fT += 7.0f), (WPARAM)this);
m_pEventManager->GTimeEvent()->AddEvent( (fT += 2.0f), (WPARAM)this);
m_pEventManager->GTimeEvent()->AddEvent( (fT += 10.0f), (WPARAM)this);
m_pEventManager->GTimeEvent()->AddEvent( (fT += 2.0f), (WPARAM)this);
m_pEventManager->GTimeEvent()->AddEvent( (fT += 5.0f), (WPARAM)this);
(fT += 5.0f)이부분을 따로 빼면, 보기 않좋을거 같아서 넣었는데,
이쁜가...?. ㅡ.ㅡ
오오오 테스트인가여?