private void Start()
 {
     atomFather          = transform.parent;
     solutionManager     = FindObjectOfType <SolutionManager>();
     centralCellSolution = FindObjectOfType <CentralCellSolution>();
 }
예제 #2
0
 void Awake()
 {
     solutionManager = GameObject.FindObjectOfType <SolutionManager>();
     centralCell     = GameObject.FindObjectOfType <CentralCellSolution>();
 }