void Start() { ccont = GameObject.Find("GraphController").GetComponent <CController>(); rowManager = ccont.GetRowManager(); }
public void Start() { rowManager = GameObject.FindGameObjectWithTag("AddVertex").GetComponent <SimpleRowManager>(); }