mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Reword mod documentation
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
b3ac544d65
commit
d90f21e140
@ -41,13 +41,13 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether this mod is playable in a multiplayer match.
|
/// Whether this mod is playable in a multiplayer match.
|
||||||
/// Should be <c>false</c> for mods that affect the gameplay progress based on user input (e.g. <see cref="ModAdaptiveSpeed"/>).
|
/// Should be <c>false</c> for mods that make gameplay duration dependent on user input (e.g. <see cref="ModAdaptiveSpeed"/>).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
bool PlayableInMultiplayer { get; }
|
bool PlayableInMultiplayer { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether this mod is valid to be a "free mod" in a multiplayer match.
|
/// Whether this mod is valid to be a "free mod" in a multiplayer match.
|
||||||
/// Should be <c>false</c> for mods that affect the gameplay progress (e.g. <see cref="ModRateAdjust"/> and <see cref="ModTimeRamp"/>).
|
/// Should be <c>false</c> for mods that affect the gameplay duration (e.g. <see cref="ModRateAdjust"/> and <see cref="ModTimeRamp"/>).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
bool ValidFreeModInMultiplayer { get; }
|
bool ValidFreeModInMultiplayer { get; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user