Enhance documentation

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
Salman Ahmed 2021-02-05 00:38:56 +03:00 committed by GitHub
parent db3f9e7cbe
commit d62bbbb762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ private void load()
/// Checks that a database model matches the one expected to be downloaded.
/// </summary>
/// <example>
/// In the case of multiplayer/playlists, this has to check that the databased beatmap set with the selected beatmap matches what's online.
/// For online play, this could be used to check that the databased model matches the online beatmap.
/// </example>
/// <param name="databasedModel">The model in database.</param>
protected virtual bool VerifyDatabasedModel([NotNull] TModel databasedModel) => true;