mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-25 22:10:22 +00:00
Start to cleanup BARS
This commit is contained in:
parent
38c9011fd4
commit
43af3d9bed
2 changed files with 12 additions and 0 deletions
12
File_Format_Library/FileFormats/Audio/BARS/BarsFile.cs
Normal file
12
File_Format_Library/FileFormats/Audio/BARS/BarsFile.cs
Normal 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
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue