public void DrawPath(List <Vector3Int> path) { Tile moltenCenterTile = TileLoader.GetMoltenCenterTile(); foreach (Vector3Int location in path) { groundMap.SetTile(location, moltenCenterTile); } }