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