This is a template project designed to help you start modding Net.Attack.
- Copy this folder: Duplicate the
ExampleModdirectory. - Rename: Rename the folder and the
.csprojfile to your new mod name. - Edit: Open
NetAttackMod.csand follow the comments. - Build: Run
dotnet buildto create your mod DLL.
- Uses
NetAttackModUtilsfor safe and easy patching. - Includes a simple "God Mode" example that prevents damage using the
ModUtils.PatchSafeutility.