Exemplo n.º 1
0
 private void Awake()
 {
     inited   = false;
     instance = this;
     cellSize = 100f;
 }
Exemplo n.º 2
0
 private void Awake()
 {
     BoardController.animations = this;
     controller = GetComponent <BoardController>();
     startTime  = Time.realtimeSinceStartup;
 }