예제 #1
0
 public void DoShow(IQTEAction _action)
 {
     m_action   = _action;
     m_isOnShow = true;
 }
예제 #2
0
파일: QTE.cs 프로젝트: LeonXJ/Catsland-XNA
 public void StartQTE(IQTEAction _qteAction)
 {
     m_actions = _qteAction;
     m_isInQTE = true;
     StartKeyOnHead();
 }