mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09: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)
|
public PlaySkinComponent(T component)
|
||||||
{
|
{
|
||||||
this.Component = component;
|
Component = component;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual string RulesetPrefix => string.Empty;
|
protected virtual string RulesetPrefix => string.Empty;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user