Closed scriptsengineer closed 1 year ago
Is it not possible to create abstract classes in gdscript?
No, it's not. Not having abstract classes/interfaces is one of my gripes.
I have plans to port some bases to C++ without changing this plugin, abstract classes are possible there
Add a base class for all inventory nodes with the information which database it is using.
This will organize common code across nodes and present all possible inventory nodes in one place in the node hierarchy.
This is class abstract
Make resource too ? 🤔