1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 11:02:57 +08:00

Make UserAvatarNotification.user readonly

This commit is contained in:
Marvin Schürz 2023-10-04 00:20:07 +02:00
parent 267d1ee7d4
commit 32f69cd0ba

View File

@ -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)
{