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