mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:52:55 +08:00
Fix invalid reference in xmldoc
This commit is contained in:
parent
6c4c76350f
commit
88295a49aa
@ -30,7 +30,7 @@ namespace osu.Game.Database
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Construct a new instance of live realm data.
|
/// Construct a new instance of live realm data.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="data">The realm data. Must be managed (see <see cref="IRealmObject.IsManaged"/>).</param>
|
/// <param name="data">The realm data. Must be managed (see <see cref="IRealmObjectBase.IsManaged"/>).</param>
|
||||||
/// <param name="realm">The realm factory the data was sourced from. May be null for an unmanaged object.</param>
|
/// <param name="realm">The realm factory the data was sourced from. May be null for an unmanaged object.</param>
|
||||||
public RealmLive(T data, RealmAccess realm)
|
public RealmLive(T data, RealmAccess realm)
|
||||||
: base(data.ID)
|
: base(data.ID)
|
||||||
|
Loading…
Reference in New Issue
Block a user