mirror of
https://github.com/ppy/osu.git
synced 2025-01-23 15:13:01 +08:00
Fix missing comma
This commit is contained in:
parent
f4db4985d1
commit
a7eda32a6e
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mania
|
|||||||
|
|
||||||
public enum ManiaSkinComponents
|
public enum ManiaSkinComponents
|
||||||
{
|
{
|
||||||
KeyArea
|
KeyArea,
|
||||||
ColumnBackground
|
ColumnBackground
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ namespace osu.Game.Skinning
|
|||||||
public enum LegacyManiaSkinConfigurationLookups
|
public enum LegacyManiaSkinConfigurationLookups
|
||||||
{
|
{
|
||||||
KeyImage,
|
KeyImage,
|
||||||
KeyImageDown
|
KeyImageDown,
|
||||||
LightImage,
|
LightImage,
|
||||||
LeftLineWidth,
|
LeftLineWidth,
|
||||||
RightLineWidth
|
RightLineWidth
|
||||||
|
Loading…
Reference in New Issue
Block a user