public Point GetIndicesOfTile(GameObject tile)
 {
     return(SpawnedGrid.GetIndices(tile));
 }