Exemple #1
0
 // Use this for initialization
 void Start()
 {
     masteryManager = GameObject.Find("/Scripts/").GetComponent <MasteryManager> ();
     button         = GetComponent <Button> ();
     cb             = button.colors;
 }