- [CLI] added export_type option, #35.

This commit is contained in:
Razmoth
2023-11-18 18:24:12 +04:00
parent 727374ac2f
commit 43f3f52be3
5 changed files with 43 additions and 20 deletions

View File

@@ -11,14 +11,6 @@ using static AssetStudio.GUI.Exporter;
namespace AssetStudio.GUI
{
internal enum ExportType
{
Convert,
Raw,
Dump,
JSON
}
internal enum ExportFilter
{
All,