Merge branch 'master' into realm-file-store

This commit is contained in:
Dean Herbert
2021-10-12 23:11:02 +09:00
committed by GitHub
50 changed files with 678 additions and 252 deletions

View File

@ -10,7 +10,7 @@ using osu.Game.Overlays.Notifications;
namespace osu.Game.Database
{
/// <summary>
/// A class which handles importing of asociated models to the game store.
/// A class which handles importing of associated models to the game store.
/// </summary>
/// <typeparam name="TModel">The model type.</typeparam>
public interface IModelImporter<TModel> : IPostNotifications