Page 1 of 1

PLUGIN - Superhero plugin

Posted: Tue Feb 24, 2026 9:49 pm
by greenie
Superhero plugin WIP
Build: dotnet build SuperheroPlugin.cs --framework net7.0

Ability creation
If you want to add your own abilities. Create a .cs file inside /Abilities folder. Add namespace namespace SuperheroPlugin.Abilities; and extend the SuperheroAbility class. Now you are done.

https://github.com/aprox2/SuperheroPlug ... s/main.zip