mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Update xmldoc
This commit is contained in:
parent
8b89735e9e
commit
57e61b0b0e
@ -304,8 +304,8 @@ namespace osu.Game.Database
|
||||
/// Create a barebones model from the provided archive.
|
||||
/// Actual expensive population should be done in <see cref="Populate"/>; this should just prepare for duplicate checking.
|
||||
/// </summary>
|
||||
/// <param name="archive"></param>
|
||||
/// <returns></returns>
|
||||
/// <param name="archive">The archive to create the model for.</param>
|
||||
/// <returns>A model populated with minimal information.</returns>
|
||||
protected abstract TModel CreateModel(ArchiveReader archive);
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user