or just play it once

This commit is contained in:
Noah Pilarski 2022-08-30 03:21:03 -04:00
parent e64ad0f9ef
commit 5f2beb7aee

View File

@ -842,7 +842,7 @@ namespace NewHorizons.External.Modules
[DefaultValue("environment")] public AudioMixerTrackName track = AudioMixerTrackName.Environment;
/// <summary>
/// Whether to loop this audio while in this audio volume
/// Whether to loop this audio while in this audio volume or just play it once
/// </summary>
[DefaultValue(true)] public bool loop = true;
}