Private/Set-tttSquare.ps1

function Set-tttSquare ($Player,$move){
    $gameGrid[$move].Value = $Player
}