This is a feature-packed mod template for Gorilla Tag with pre-built tools.
- Asset bundle management
- Method safety (a wrapper for the
tryblock) - Harmony Patch manager
It is loosely inspired by Graic's mod template.
Note
If you are new to NuGet (the .NET package manager), these documentation pages may help you:
To install, run this command from the Terminal:
dotnet new install bingus.gorillatagmodtemplateYou can use your code editor's GUI to create the project, or use the shorthand name of the template when creating via the .NET CLI:
# Make sure you have the template installed or this will error
dotnet new gtmod -n MyModName