Files
2023-10-07 17:23:27 +04:00

11 lines
211 B
C#

namespace AssetStudio.FbxInterop
{
internal static class FbxDll
{
internal const string DllName = "AssetStudio.FBXNative";
internal const string FbxsdkDllName = "libfbxsdk";
}
}