public void SetupPlayerPosition(Transform tr, int index) { tr.position = boardScript.NextPositionPlayer(index); }