rhythmbullet/RhythmBullet/Audio/SupportedFormats.cs

8 lines
98 B
C#
Raw Normal View History

2019-01-23 01:31:15 +00:00
namespace RhythmBullet.Audio
{
public enum SupportedFormats
{
WAV, MP3
}
}