Added Reader class to BlendFile library

This commit is contained in:
Samuele Lorefice
2025-01-23 16:47:32 +01:00
parent 2bd93ab3bb
commit ebcc629feb
3 changed files with 52 additions and 0 deletions

View File

@@ -6,4 +6,14 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KaitaiStruct.Runtime.CSharp" Version="0.10.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\CodeGenerator\BlendFile.cs">
<Link>BlendFile.cs</Link>
</Compile>
</ItemGroup>
</Project>