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
No known key found for this signature in database
GPG Key ID: AAD2CDB6ACB129C5

View File

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