mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Move FindProvider
to ISkinSource
This commit is contained in:
@ -158,6 +158,8 @@ namespace osu.Game.Tests.Beatmaps
|
||||
add { }
|
||||
remove { }
|
||||
}
|
||||
|
||||
public ISkin FindProvider(Func<ISkin, bool> lookupFunction) => null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user