mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 22:22:55 +08:00
Make UserAvatarNotification.user
readonly
This commit is contained in:
parent
267d1ee7d4
commit
32f69cd0ba
@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Notifications
|
||||
|
||||
private TextFlowContainer? textDrawable;
|
||||
|
||||
private APIUser user;
|
||||
private readonly APIUser user;
|
||||
|
||||
public UserAvatarNotification(APIUser user, LocalisableString text)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user