Ejemplo n.º 1
0
 void Start()
 {
     if (m_main == null)
     {
         m_main = this.gameObject.GetComponent <mainTwo> ();
     }
 }
Ejemplo n.º 2
0
 public void Setup(mainTwo m)
 {
     m_main = m;
     Reset();
 }