mirror of
https://github.com/ppy/osu
synced 2024-12-11 09:27:08 +00:00
Enhance documentation
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
db3f9e7cbe
commit
d62bbbb762
@ -70,7 +70,7 @@ namespace osu.Game.Online
|
|||||||
/// Checks that a database model matches the one expected to be downloaded.
|
/// Checks that a database model matches the one expected to be downloaded.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <example>
|
/// <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>
|
/// </example>
|
||||||
/// <param name="databasedModel">The model in database.</param>
|
/// <param name="databasedModel">The model in database.</param>
|
||||||
protected virtual bool VerifyDatabasedModel([NotNull] TModel databasedModel) => true;
|
protected virtual bool VerifyDatabasedModel([NotNull] TModel databasedModel) => true;
|
||||||
|
Loading…
Reference in New Issue
Block a user