Ejemplo n.º 1
0
 /// <summary>
 /// Saves this <see cref="OsuDatabase"/> to the specified path.
 /// </summary>
 public void Save(string path)
 {
     DatabaseEncoder.EncodeOsuDatabase(path, this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Saves this <see cref="PresenceDatabase"/> to the specified path.
 /// </summary>
 public void Save(string path)
 {
     DatabaseEncoder.EncodePresenceDatabase(path, this);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Saves this <see cref="CollectionDatabase"/> to the specified path.
 /// </summary>
 public void Save(string path)
 {
     DatabaseEncoder.EncodeCollectionDatabase(path, this);
 }