1
0
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:
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;