Remove redundant qualifier

This commit is contained in:
Dean Herbert 2019-08-30 15:29:44 +09:00
parent a7c94c3883
commit fe90e194e3

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;