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
PickupManager and Inventory depend on each other. You have to declare an item_name in PickupManager, and it must map to a name in the lookup table in Inventory. That lookup table really should exist in its own file. There should be a less fragile link between PickupManager and that lookup table.
The text was updated successfully, but these errors were encountered:
PickupManager and Inventory depend on each other. You have to declare an
item_name
in PickupManager, and it must map to a name in the lookup table in Inventory. That lookup table really should exist in its own file. There should be a less fragile link between PickupManager and that lookup table.The text was updated successfully, but these errors were encountered: