Files
YarikStudio/AssetStudio.FBXWrapper/FbxDll.cs
2023-10-03 01:39:59 +04:00

11 lines
210 B
C#

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