mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
added description of the IReadFromConfig interface
This commit is contained in:
@ -5,6 +5,9 @@ using osu.Game.Configuration;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Mods
|
namespace osu.Game.Rulesets.Mods
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// An interface for mods that require reading access to the osu! configuration.
|
||||||
|
/// </summary>
|
||||||
public interface IReadFromConfig
|
public interface IReadFromConfig
|
||||||
{
|
{
|
||||||
void ReadFromConfig(OsuConfigManager config);
|
void ReadFromConfig(OsuConfigManager config);
|
||||||
|
Reference in New Issue
Block a user