Esempio n. 1
0
 public BeatmapEditor(List <string> lines)
 {
     TextFile = new Beatmap(lines);
 }
Esempio n. 2
0
 public BeatmapEditor(string path)
 {
     Path     = path;
     TextFile = new Beatmap(ReadFile(Path));
 }