mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 04:19:54 +08: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