mirror of
https://github.com/Dongyifengs/AssetStudio-Genshin-MoYi.git
synced 2025-04-22 12:39:18 +08:00
11 lines
210 B
C#
11 lines
210 B
C#
namespace AssetStudio.FbxInterop
|
|
{
|
|
internal static class FbxDll
|
|
{
|
|
|
|
internal const string DllName = "AssetStudioFBXNative";
|
|
internal const string FbxsdkDllName = "libfbxsdk";
|
|
|
|
}
|
|
}
|