Closed moodymudskipper closed 2 years ago
We have new_trick()
and add_tricks()
no accept "poof_trick"
objects
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
We need this package to contain zero default tricks. A different package will store a bunch of example tricks. The main package has a mechanism to use selectively tricks from other packages.
It means the main package has a function to define tricks, maybe a function
tricks
that work likeadd_tricks()
,