mirror of https://github.com/ppy/osu
Apply documentation suggestion
This commit is contained in:
parent
62d0036c81
commit
db3f9e7cbe
|
@ -67,10 +67,10 @@ private void load()
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verifies that the given databased model is in a correct state to be considered available.
|
||||
/// Checks that a database model matches the one expected to be downloaded.
|
||||
/// </summary>
|
||||
/// <example>
|
||||
/// In the case of multiplayer/playlists, this has to verify that the databased beatmap set with the selected beatmap matches what's online.
|
||||
/// In the case of multiplayer/playlists, this has to check that the databased beatmap set with the selected beatmap matches what's online.
|
||||
/// </example>
|
||||
/// <param name="databasedModel">The model in database.</param>
|
||||
protected virtual bool VerifyDatabasedModel([NotNull] TModel databasedModel) => true;
|
||||
|
|
Loading…
Reference in New Issue