mirror of https://github.com/ppy/osu
Fix xmldoc reference
This commit is contained in:
parent
f5b95c9e6d
commit
97bc67245d
|
@ -193,7 +193,7 @@ public static object GetSettingUnderlyingValue(object setting)
|
|||
/// <param name="ruleset">The ruleset to verify mods against.</param>
|
||||
/// <param name="proposedMods">The proposed mods.</param>
|
||||
/// <param name="valid">Mods instantiated from <paramref name="proposedMods"/> which were valid for the given <paramref name="ruleset"/>.</param>
|
||||
/// <returns>Whether all <see cref="proposedMods"/> were valid for the given <paramref name="ruleset"/>.</returns>
|
||||
/// <returns>Whether all <paramref name="proposedMods"/> were valid for the given <paramref name="ruleset"/>.</returns>
|
||||
public static bool InstantiateValidModsForRuleset(Ruleset ruleset, IEnumerable<APIMod> proposedMods, out List<Mod> valid)
|
||||
{
|
||||
valid = new List<Mod>();
|
||||
|
|
Loading…
Reference in New Issue