1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 10:12:53 +08:00

Fix xmldoc

This commit is contained in:
Dean Herbert 2017-10-17 17:08:47 +09:00
parent 7a18d373ec
commit 0177fcbe5f

View File

@ -32,7 +32,7 @@ namespace osu.Game.Database
} }
/// <summary> /// <summary>
/// Perform any common startup tasks. Runs after <see cref="Prepare(bool)"/> and <see cref="PerformMigration(int, int)"/>. /// Perform any common startup tasks. Runs after <see cref="Prepare(bool)"/>.
/// </summary> /// </summary>
protected virtual void StartupTasks() protected virtual void StartupTasks()
{ {