mirror of
https://github.com/Dongyifengs/AssetStudio-Genshin-MoYi.git
synced 2025-04-22 12:39:18 +08:00
10 lines
147 B
C#
10 lines
147 B
C#
|
namespace Texture2DDecoder
|
|||
|
{
|
|||
|
internal static class T2DDll
|
|||
|
{
|
|||
|
|
|||
|
internal const string DllName = "Texture2DDecoderNative";
|
|||
|
|
|||
|
}
|
|||
|
}
|