Add the Mesh ClassIDType to CLIOptions' supportedAssetTypes

This commit is contained in:
Pierce Thompson
2023-06-22 19:35:48 -04:00
parent 5c8f8b24f6
commit 18e5934061

View File

@ -123,6 +123,7 @@ namespace AssetStudioCLI.Options
ClassIDType.AudioClip,
ClassIDType.VideoClip,
ClassIDType.MovieTexture,
ClassIDType.Mesh,
};
#region Init General Options