mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Refactor skin configuration to be infinitely extensible
This commit is contained in:
@ -5,7 +5,7 @@ using System.Linq;
|
||||
|
||||
namespace osu.Game.Skinning
|
||||
{
|
||||
public class GameplaySkinComponent<T> : ISkinComponent where T : struct
|
||||
public class GameplaySkinComponent<T> : ISkinComponent
|
||||
{
|
||||
public readonly T Component;
|
||||
|
||||
|
Reference in New Issue
Block a user