public override void Init()
 {
     //obj_HintText.text = m_HintText;
     obj_HintObj.Show(m_HintText);
     Invoke("End", 1);
 }