public BeatmapEditor(List <string> lines) { TextFile = new Beatmap(lines); }
public BeatmapEditor(string path) { Path = path; TextFile = new Beatmap(ReadFile(Path)); }