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