Beispiel #1
0
 private void Start()
 {
     _cellsManager = GameObject.FindGameObjectWithTag("CellsSpace").GetComponent <CellsManager>();
     _scoreManager = GameObject.FindGameObjectWithTag("Score").GetComponent <ScoreManager>();
 }
Beispiel #2
0
 private void Initialization()
 {
     _cellsManager = GameObject.FindGameObjectWithTag("CellsSpace").GetComponent <CellsManager>();
     _canvasGroup  = GetComponent <CanvasGroup>();
 }