1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 16:02:58 +08:00

Add remark about temporary nature of database format

This commit is contained in:
Dean Herbert 2020-09-09 14:44:04 +09:00
parent 8cd0bbe469
commit 5d9ce0df98

View File

@ -20,6 +20,13 @@ using osu.Game.Overlays.Notifications;
namespace osu.Game.Collections
{
/// <summary>
/// Handles user-defined collections of beatmaps.
/// </summary>
/// <remarks>
/// This is currently reading and writing from the osu-stable file format. This is a temporary arrangement until we refactor the
/// database backing the game. Going forward writing should be done in a similar way to other model stores.
/// </remarks>
public class BeatmapCollectionManager : Component
{
/// <summary>