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