2019-09-03 08:57:34 +00:00
|
|
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
|
|
|
// See the LICENCE file in the repository root for full licence text.
|
|
|
|
|
2022-06-17 07:37:17 +00:00
|
|
|
#nullable disable
|
|
|
|
|
2019-09-03 08:57:34 +00:00
|
|
|
namespace osu.Game.Skinning
|
|
|
|
{
|
2020-02-07 05:58:07 +00:00
|
|
|
public enum GlobalSkinColours
|
2019-09-03 08:57:34 +00:00
|
|
|
{
|
2020-02-07 05:58:07 +00:00
|
|
|
ComboColours,
|
2019-09-03 08:57:34 +00:00
|
|
|
MenuGlow
|
|
|
|
}
|
|
|
|
}
|