mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Rename method to better indicate directionality
This commit is contained in:
@ -168,7 +168,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
/// </summary>
|
||||
/// <remarks>Copied values are unchanged, even if they have different clamping ranges.</remarks>
|
||||
/// <param name="source">The mod to extract settings from.</param>
|
||||
public void CopyCommonSettings(Mod source)
|
||||
public void CopyCommonSettingsFrom(Mod source)
|
||||
{
|
||||
if (source.UsesDefaultConfiguration)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user