ScalarVector1 / DragonLens

Modern, customizable, and community-driven debugging and cheat mod for TModLoader
24 stars 14 forks source link

Use ModType API for Tools #10

Closed steviegt6 closed 1 year ago

steviegt6 commented 1 year ago

Rewrites Tool loading to inherit from ModType (ModTexturedType specifically).

Mods should now, in practice, be able to add their own tools without issue (aside from the fact that everything is still internal and, thus, not accessible).