1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 13:20:31 +08:00

Add warning for ScoreInfo

This commit is contained in:
Cootz
2023-02-08 05:40:20 +03:00
Unverified
parent 391af2791b
commit 6bf56aff73
+7
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