Files
YarikStudio/AssetStudio/ExportType.cs
2023-11-18 18:24:12 +04:00

11 lines
125 B
C#

namespace AssetStudio
{
public enum ExportType
{
Convert,
Raw,
Dump,
JSON
}
}