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:
parent
391af2791b
commit
6bf56aff73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user