1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Merge branch 'iskincomponent' into play-to-gameplay

This commit is contained in:
Dean Herbert 2019-08-30 15:29:55 +09:00
commit 3aa2ece49b

View File

@ -11,7 +11,7 @@ namespace osu.Game.Skinning
public GameplaySkinComponent(T component)
{
this.Component = component;
Component = component;
}
protected virtual string RulesetPrefix => string.Empty;