mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08:00
Remove redundant qualifier
This commit is contained in:
parent
a7c94c3883
commit
fe90e194e3
@ -11,7 +11,7 @@ namespace osu.Game.Skinning
|
||||
|
||||
public PlaySkinComponent(T component)
|
||||
{
|
||||
this.Component = component;
|
||||
Component = component;
|
||||
}
|
||||
|
||||
protected virtual string RulesetPrefix => string.Empty;
|
||||
|
Loading…
x
Reference in New Issue
Block a user