Nerfed/Nerfed.Runtime/Audio/SoundState.cs

8 lines
90 B
C#
Raw Normal View History

namespace Nerfed.Runtime.Audio;
public enum SoundState
{
Playing,
Paused,
Stopped
}