- [CLI] added export_type option, #35.
This commit is contained in:
10
AssetStudio/ExportType.cs
Normal file
10
AssetStudio/ExportType.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace AssetStudio
|
||||
{
|
||||
public enum ExportType
|
||||
{
|
||||
Convert,
|
||||
Raw,
|
||||
Dump,
|
||||
JSON
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user