mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Remove ILive<>
interface (and use abstract Live<>
instead)
This commit is contained in:
@ -132,7 +132,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
[Test]
|
||||
public void TestScoreImportThenDelete()
|
||||
{
|
||||
ILive<ScoreInfo> imported = null;
|
||||
Live<ScoreInfo> imported = null;
|
||||
|
||||
AddStep("create button without replay", () =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user