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