mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Various updates to ruleset and primary key usages to move closer to realm support
This commit is contained in:
@ -14,7 +14,7 @@ using osu.Game.Overlays.Notifications;
|
||||
namespace osu.Game.Database
|
||||
{
|
||||
public abstract class ModelDownloader<TModel, T> : IModelDownloader<T>
|
||||
where TModel : class, IHasPrimaryKey, ISoftDelete, IEquatable<TModel>, T
|
||||
where TModel : class, IHasGuidPrimaryKey, ISoftDelete, IEquatable<TModel>, T
|
||||
where T : class
|
||||
{
|
||||
public Action<Notification> PostNotification { protected get; set; }
|
||||
|
Reference in New Issue
Block a user