11 lines
210 B
C#
Raw Permalink Normal View History

2023-10-29 00:46:17 +08:00
namespace AssetStudio.FbxInterop
{
internal static class FbxDll
{
internal const string DllName = "AssetStudioFBXNative";
internal const string FbxsdkDllName = "libfbxsdk";
}
}