mirror of
https://github.com/ppy/osu.git
synced 2026-06-09 14:34:45 +08:00
Improve IMod documentation
This commit is contained in:
@@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
IconUsage? Icon { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether this mod is playable by an end user.
|
||||
/// Whether this mod is playable by a real human user.
|
||||
/// Should be <c>false</c> for cases where the user is not interacting with the game (so it can be excluded from multiplayer selection, for example).
|
||||
/// </summary>
|
||||
bool UserPlayable { get; }
|
||||
@@ -54,7 +54,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
bool ValidForMultiplayer { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether this mod is valid as a required mod on freestyle online play items.
|
||||
/// Whether this mod is valid as a required mod when freestyle is enabled.
|
||||
/// Should be <c>true</c> for mods that are guaranteed to be implemented across all rulesets.
|
||||
/// </summary>
|
||||
bool ValidForFreestyleAsRequiredMod { get; }
|
||||
|
||||
Reference in New Issue
Block a user