I’m trying to make hierarchical Resources using inheritance. ( I don’t know how to express this better)
I got the main class Item and the sub-class Weapon. Obviously, Item inherits from Resource, Weapon inherits from Item. But when I want to set the actual exports on a resource (.tres) the Weapon export take priority, and the Item exports are shown only after. Is there a way to make Item exports show before Weapon’s?
