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
{{ message }}
This repository was archived by the owner on Aug 14, 2019. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently the inventory system only allows weapons to be equipped.
Describe the solution you'd like
Look into using the ScriptableObject implementation of the items to generate unique iteminstances with their values specified. This should allow serialization and deserialization using our dictionary model.