Apply proposed naming changes

This commit is contained in:
Salman Ahmed
2022-05-04 17:08:41 +03:00
parent e9ecf26b6a
commit 20e277d2e5
13 changed files with 18 additions and 18 deletions

View File

@ -11,17 +11,17 @@ namespace osu.Game.Rulesets.Mods
/// <summary>
/// This mod can be used for a per-user gameplay session.
/// </summary>
User,
SoloLocal,
/// <summary>
/// This mod can be used in multiplayer but must be applied to all users.
/// This is generally the case for mods which affect the length of gameplay.
/// </summary>
MultiplayerRoomWide,
MultiplayerGlobal,
/// <summary>
/// This mod can be used in multiplayer either at a room or per-player level (i.e. "free mod").
/// </summary>
MultiplayerPerPlayer,
MultiplayerLocal,
}
}