Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 308 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 308 Bytes

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.