Just a simple Godot utility to make life easier while developing your game!
- Create a directory called
libraryin your project's root - Download
DemonKingSwarn.dllfrom releases - Add the following lines to your *.csproj file:
<ItemGroup> <Reference Include="DemonKingSwarn"> <HintPath>library/DemonKingSwarn.dll</HintPath> </Reference> </ItemGroup>
- Done!
