1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 18:03:11 +08:00

added description of the IReadFromConfig interface

This commit is contained in:
Vidalee 2018-03-20 21:51:05 +01:00
parent 9252203916
commit 87b9ffced2

View File

@ -5,6 +5,9 @@ using osu.Game.Configuration;
namespace osu.Game.Rulesets.Mods
{
/// <summary>
/// An interface for mods that require reading access to the osu! configuration.
/// </summary>
public interface IReadFromConfig
{
void ReadFromConfig(OsuConfigManager config);