11 lines
125 B
C#
11 lines
125 B
C#
namespace AssetStudio
|
|
{
|
|
public enum ExportType
|
|
{
|
|
Convert,
|
|
Raw,
|
|
Dump,
|
|
JSON
|
|
}
|
|
}
|