1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Allow nullable to fix test usages

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2023-06-22 00:01:48 +09:00 committed by GitHub
parent 10ed3787a0
commit 7b4cbea362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
[Resolved]
private MultiplayerClient client { get; set; }
[Resolved]
[Resolved(canBeNull: true)]
private OsuGame game { get; set; }
private AddItemButton addItemButton;