mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 13:22:56 +08:00
Remove unused GetSerialisableIdentifier
for now
This commit is contained in:
parent
6b9472c367
commit
5f7a6d13c3
@ -17,8 +17,6 @@ namespace osu.Game.Skinning
|
||||
|
||||
public readonly RulesetInfo? Ruleset;
|
||||
|
||||
public string GetSerialisableIdentifier() => Ruleset?.ShortName ?? "global";
|
||||
|
||||
public SkinComponentsContainerLookup(TargetArea target, RulesetInfo? ruleset = null)
|
||||
{
|
||||
Target = target;
|
||||
|
Loading…
Reference in New Issue
Block a user