protected void Init() { tiles = GameObject.FindGameObjectsWithTag("Tile"); halfHeight = GetComponent <Collider>().bounds.extents.y; RoundManager.AddUnit(this); // Init the Round }