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