Files
YarikStudio/AssetStudioFBXWrapper/FbxDll.cs
2022-09-27 17:40:31 +04:00

11 lines
210 B
C#

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