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