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

Add warning for ScoreInfo

This commit is contained in:
Cootz 2023-02-08 05:40:20 +03:00
parent 391af2791b
commit 6bf56aff73

View File

@ -22,6 +22,13 @@ using Realms;
namespace osu.Game.Scoring
{
/// <summary>
/// Store information about the score
/// </summary>
/// <remarks>
/// If you work on inporting/adding score please ensure you provide both <c>BeatmapInfo</c> and <c>BeatmapHash</c>
/// </remarks>
[ExcludeFromDynamicCompile]
[MapTo("Score")]
public class ScoreInfo : RealmObject, IHasGuidPrimaryKey, IHasRealmFiles, ISoftDelete, IEquatable<ScoreInfo>, IScoreInfo