コード例 #1
0
 private void Start()
 {
     solution = this.GetComponent <Solution>();
     molTable = GameObject.FindGameObjectWithTag("GameMaster").GetComponent <MoleculeTable>();
     SetText();
 }
コード例 #2
0
ファイル: Solution.cs プロジェクト: coltonm11/alchemySimTwo
 private void Start()
 {
     reacting    = true;
     moleculicon = GameObject.FindGameObjectWithTag("GameMaster").GetComponent <MoleculeTable>();
 }