mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Remove unused members from GameplaySkinComponentLookup
This commit is contained in:
parent
6f84467190
commit
362a7b2c77
@ -11,9 +11,5 @@ namespace osu.Game.Rulesets.Catch
|
|||||||
: base(component)
|
: base(component)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override string RulesetPrefix => "catch"; // todo: use CatchRuleset.SHORT_NAME;
|
|
||||||
|
|
||||||
protected override string ComponentName => Component.ToString().ToLowerInvariant();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,10 +15,6 @@ namespace osu.Game.Rulesets.Mania
|
|||||||
: base(component)
|
: base(component)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override string RulesetPrefix => ManiaRuleset.SHORT_NAME;
|
|
||||||
|
|
||||||
protected override string ComponentName => Component.ToString().ToLowerInvariant();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ManiaSkinComponents
|
public enum ManiaSkinComponents
|
||||||
|
@ -11,9 +11,5 @@ namespace osu.Game.Rulesets.Osu
|
|||||||
: base(component)
|
: base(component)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override string RulesetPrefix => OsuRuleset.SHORT_NAME;
|
|
||||||
|
|
||||||
protected override string ComponentName => Component.ToString().ToLowerInvariant();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -11,9 +11,5 @@ namespace osu.Game.Rulesets.Taiko
|
|||||||
: base(component)
|
: base(component)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override string RulesetPrefix => TaikoRuleset.SHORT_NAME;
|
|
||||||
|
|
||||||
protected override string ComponentName => Component.ToString().ToLowerInvariant();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -24,8 +24,5 @@ namespace osu.Game.Skinning
|
|||||||
{
|
{
|
||||||
Component = component;
|
Component = component;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected virtual string RulesetPrefix => string.Empty;
|
|
||||||
protected virtual string ComponentName => Component.ToString();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user