Example #1
0
 // Use this for initialization
 void Start()
 {
     cm   = manager.GetComponent <ChooseManager>();
     show = GameObject.FindGameObjectWithTag("Player");
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     cm = manager.GetComponent <ChooseManager>();
 }
Example #3
0
 // Use this for initialization
 void Start()
 {
     oricolor = GetComponent <Text> ().color;
     cm       = manager.GetComponent <ChooseManager>();
 }