Exemple #1
0
 public Beatmap(string path, OsuFileParser.OsuFileSection sections) : this()
 {
     OsuFileParser parser = new OsuFileParser(path, this);
     parser.parse(sections);
 }
Exemple #2
0
 public Beatmap(string path, OsuFileParser.OsuFileSection sections) : this()
 {
     OsuFileParser parser = new OsuFileParser(path, this);
     parser.parse(sections);
 }
Exemple #3
0
 public Beatmap(string path) : this()
 {
     OsuFileParser parser = new OsuFileParser(path, this);
     parser.parse();
 }
Exemple #4
0
 public Beatmap(string path) : this()
 {
     OsuFileParser parser = new OsuFileParser(path, this);
     parser.parse();
 }