mirror of https://github.com/ppy/osu
Enhance documentation
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
db3f9e7cbe
commit
d62bbbb762
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue