Esempio n. 1
0
        public GameObject End()
        {
            GameObject obj = m_wp.gameObject;

            m_parent.CompleteOperation();
            return(obj);
        }
Esempio n. 2
0
 public GameObject End()
 {
     m_parent.CompleteOperation();
     return(null);
 }