mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove existing argument for ItemAdded event
For all usages, it looks like this was unnecessary.
This commit is contained in:
@ -12,7 +12,7 @@ namespace osu.Game.Database
|
||||
public interface IModelManager<out TModel>
|
||||
where TModel : class
|
||||
{
|
||||
event Action<TModel, bool> ItemAdded;
|
||||
event Action<TModel> ItemAdded;
|
||||
|
||||
event Action<TModel> ItemRemoved;
|
||||
}
|
||||
|
Reference in New Issue
Block a user