mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Framework updates.
This commit is contained in:
@ -29,10 +29,10 @@ namespace osu.Game.Screens
|
||||
return false;
|
||||
}
|
||||
|
||||
BaseGame game;
|
||||
Framework.Game game;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(BaseGame game)
|
||||
private void load(Framework.Game game)
|
||||
{
|
||||
this.game = game;
|
||||
}
|
||||
|
Reference in New Issue
Block a user