Merge branch 'iskincomponent' into play-to-gameplay

This commit is contained in:
Dean Herbert 2019-08-30 15:29:55 +09:00
commit 3aa2ece49b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class GameplaySkinComponent<T> : ISkinComponent where T : struct
public GameplaySkinComponent(T component)
{
this.Component = component;
Component = component;
}
protected virtual string RulesetPrefix => string.Empty;