mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Add more comprehensive xmldoc for beatmap model classes
This commit is contained in:
@ -20,8 +20,12 @@ using Realms;
|
||||
namespace osu.Game.Beatmaps
|
||||
{
|
||||
/// <summary>
|
||||
/// A single beatmap difficulty.
|
||||
/// A realm model containing metadata for a single beatmap difficulty.
|
||||
/// This should generally include anything which is required to be filtered on at song select, or anything pertaining to storage of beatmaps in the client.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// There are some legacy fields in this model which are not persisted to realm. These are isolated in a code region within the class and should eventually be migrated to `Beatmap`.
|
||||
/// </remarks>
|
||||
[ExcludeFromDynamicCompile]
|
||||
[Serializable]
|
||||
[MapTo("Beatmap")]
|
||||
|
Reference in New Issue
Block a user