remove inner classes and make User property a bindable

This commit is contained in:
Jorolf
2017-10-25 20:07:12 +02:00
parent a2dfef301a
commit 0449639f41
7 changed files with 79 additions and 127 deletions

View File

@ -41,7 +41,7 @@ namespace osu.Game.Tests.Visual
}
});
AddStep("Show cookiezi", () => ranks.User = new User { Id = 124493 });
AddStep("Show cookiezi", () => ranks.User.Value = new User { Id = 124493 });
}
}
}