mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Rename register methods to better explain their purpose
This commit is contained in:
@ -46,7 +46,7 @@ namespace osu.Game.Tests.Database
|
||||
{
|
||||
bool callbackRan = false;
|
||||
|
||||
realmFactory.Register(realm =>
|
||||
realmFactory.RegisterCustomSubscription(realm =>
|
||||
{
|
||||
var subscription = realm.All<BeatmapInfo>().QueryAsyncWithNotifications((sender, changes, error) =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user