rhythmbullet/RhythmBullet/Audio/SupportedFormats.cs

8 lines
104 B
C#
Raw Normal View History

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