1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 16:52:54 +08:00

Fix missing comma

This commit is contained in:
Dean Herbert 2020-03-31 22:34:41 +09:00
parent f4db4985d1
commit a7eda32a6e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mania
public enum ManiaSkinComponents
{
KeyArea
KeyArea,
ColumnBackground
}
}

View File

@ -20,7 +20,7 @@ namespace osu.Game.Skinning
public enum LegacyManiaSkinConfigurationLookups
{
KeyImage,
KeyImageDown
KeyImageDown,
LightImage,
LeftLineWidth,
RightLineWidth