Exemple #1
0
 void Awake()
 {
     mInstance = this;
     setupDictionary();
 }
 public void setManager(GameObject go)
 {
     playChordButton = go.GetComponent <GuitarManager>();
 }