osu/osu.Game/Rulesets/Configuration/IRulesetConfigManager.cs
2018-01-17 19:45:18 +09:00

10 lines
264 B
C#

// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Rulesets.Configuration
{
public interface IRulesetConfigManager
{
}
}