1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Attach migration memo to DatabasedSetting class for visibility

This commit is contained in:
Dean Herbert 2021-09-15 17:25:07 +09:00
parent a1d325cb22
commit 4f1db5af40

View File

@ -7,7 +7,7 @@ using osu.Game.Database;
namespace osu.Game.Configuration
{
[Table("Settings")]
public class DatabasedSetting : IHasPrimaryKey
public class DatabasedSetting : IHasPrimaryKey // can be removed 20220315.
{
public int ID { get; set; }