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