Start to cleanup BARS

This commit is contained in:
KillzXGaming 2020-04-14 17:20:59 -04:00
parent 38c9011fd4
commit 43af3d9bed
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FirstPlugin.FileFormats.Audio.BARS
{
class BarsFile
{
}
}