mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Code Quality
This commit is contained in:
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user