1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 03:19:54 +08:00

Remove redundant qualifier

This commit is contained in:
Dean Herbert
2019-08-30 15:29:44 +09:00
Unverified
parent a7c94c3883
commit fe90e194e3
+1 -1
View File
@@ -11,7 +11,7 @@ namespace osu.Game.Skinning
public PlaySkinComponent(T component)
{
this.Component = component;
Component = component;
}
protected virtual string RulesetPrefix => string.Empty;