rhythmbullet/RhythmBullet/Audio/SupportedFormats.cs

14 lines
221 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2018-12-04 05:05:54 +00:00
namespace RecrownedAthenaeum.Audio
{
public enum SupportedFormats
{
WAV, MP3
}
}