public Beatmap(string path, OsuFileParser.OsuFileSection sections) : this() { OsuFileParser parser = new OsuFileParser(path, this); parser.parse(sections); }
public Beatmap(string path) : this() { OsuFileParser parser = new OsuFileParser(path, this); parser.parse(); }