mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
Code Quality
This commit is contained in:
parent
9db06fafd0
commit
1aa0d49d81
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user