private MapGrid GetGrid(Vector3 vector) { (uint gridX, uint gridZ) = MapGrid.GetGridCoord(vector); return(GetGrid(gridX, gridZ)); }