Exemple #1
0
 void Awake()
 {
     //_board = GameObject.Find("Tiles").GetComponent<CBoard>();
     _board = CBoard.GetInstance();
 }
Exemple #2
0
 void Awake()
 {
     _board = CBoard.GetInstance();
 }