Is there any need to have your inventory existing in the level? If not, you should have your Inventory
class extend Object
and then simply instantiate it in your Character
class.
Is there any need to have your inventory existing in the level? If not, you should have your Inventory
class extend Object
and then simply instantiate it in your Character
class.