rhythmbullet/RhythmBullet/Audio/SupportedFormats.cs
2019-01-22 19:31:15 -06:00

8 lines
98 B
C#

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