You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
game\classes\characters\player.py", line 23, in init
self.inventory = Inventory([], 300)
NameError: name 'Inventory' is not defined
i guess, there not enough a
from game.classes.inventory import Inventory
The text was updated successfully, but these errors were encountered:
game\classes\characters\player.py", line 23, in init
self.inventory = Inventory([], 300)
NameError: name 'Inventory' is not defined
i guess, there not enough a
from game.classes.inventory import Inventory
The text was updated successfully, but these errors were encountered: