mirror of
https://github.com/osukey/osukey.git
synced 2025-08-01 21:58:46 +09:00
Add ToString() overrides on many classes to make debugging easier
This commit is contained in:
@ -33,6 +33,8 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public List<BeatmapSetFileInfo> Files { get; set; }
|
||||
|
||||
public override string ToString() => Metadata.ToString();
|
||||
|
||||
public bool Protected { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user