// Use this for initialization void Awake() { m_lineRenderer = GetComponentInChildren <LineRenderer>(); m_gameController = FindObjectOfType <DivideController>(); Line = null; }
// Use this for initialization void Start() { this.m_selected = false; controller = FindObjectOfType <DivideController>(); }