rhythmbullet/RhythmBullet/Audio/SupportedFormats.cs
2021-12-23 21:33:01 -06:00

8 lines
98 B
C#
Executable File

namespace RhythmBullet.Audio
{
public enum SupportedFormats
{
WAV, MP3
}
}