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