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