mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 22:43:05 +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 readonly RulesetInfo? Ruleset;
|
||||||
|
|
||||||
public string GetSerialisableIdentifier() => Ruleset?.ShortName ?? "global";
|
|
||||||
|
|
||||||
public SkinComponentsContainerLookup(TargetArea target, RulesetInfo? ruleset = null)
|
public SkinComponentsContainerLookup(TargetArea target, RulesetInfo? ruleset = null)
|
||||||
{
|
{
|
||||||
Target = target;
|
Target = target;
|
||||||
|
Loading…
Reference in New Issue
Block a user