Ejemplo n.º 1
0
 // Use this for initialization
 void Awake()
 {
     textMesh     = gameObject.GetComponent <TextMesh>();
     needsMonitor = gameObject.GetComponentInParent <NeedsMonitor>();
 }