mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:07:25 +08:00
Add param explanatory blurb to xmldoc
This commit is contained in:
parent
4b604bf055
commit
0f7b23d765
@ -27,7 +27,7 @@ namespace osu.Game.Beatmaps
|
||||
/// <summary>
|
||||
/// Registers an <see cref="AudioManager"/> for <see cref="Track"/>s to be added to.
|
||||
/// </summary>
|
||||
/// <param name="audioManager">The <see cref="AudioManager"/>.</param>
|
||||
/// <param name="audioManager">The <see cref="AudioManager"/> to register.</param>
|
||||
protected void RegisterAudioManager([NotNull] AudioManager audioManager)
|
||||
{
|
||||
if (this.audioManager != null) throw new InvalidOperationException($"Cannot register multiple {nameof(AudioManager)}s.");
|
||||
|
Loading…
Reference in New Issue
Block a user