Пример #1
0
 private void Start()
 {
     solution = this.GetComponent <Solution>();
     molTable = GameObject.FindGameObjectWithTag("GameMaster").GetComponent <MoleculeTable>();
     SetText();
 }
Пример #2
0
 private void Start()
 {
     reacting    = true;
     moleculicon = GameObject.FindGameObjectWithTag("GameMaster").GetComponent <MoleculeTable>();
 }