ModTheSpire
ModTheSpire copied to clipboard
Allow @SpirePatch be to non-static
I'm writing a mod in Kotlin, and ran into an issue where SpirePatch
wouldn't accept a Kotlin class, no matter how hard I tried to make it happen.
Would it be possible to allow non-static classes with parameterless constructors to be allowed as well?