1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00

Code Quality

This commit is contained in:
LukynkaCZE 2022-07-23 12:27:24 +02:00
parent 9db06fafd0
commit 1aa0d49d81
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
{
public class BeatmapIcon : Container
{
private SpriteIcon icon;
private BeatmapActionType type;
private readonly SpriteIcon icon;
private readonly BeatmapActionType type;
public enum BeatmapActionType
{

View File

@ -11,8 +11,8 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
{
public class SupporterIcon : Container
{
private SpriteIcon icon;
private SupporterType type;
private readonly SpriteIcon icon;
private readonly SupporterType type;
public enum SupporterType
{