public List <Vector3> GetAllPositions() { return(map.Keys.ToList().ConvertAll <Vector3>(hashName => TileBase.PositionFromHashName(hashName))); }