WheelyCatStudios / torte

GNU General Public License v2.0
4 stars 0 forks source link

Story : Inventory system #42

Open galdchen opened 3 years ago

galdchen commented 3 years ago

Epic:

Stories:

Acceptance criteria

realQuartzi commented 3 years ago

For the Save System to make things easier, I am hoping that ScriptableObjects are being taken into consideration for this or at least a main abstract class, so we can take those into account. Mainly if a Unique ID could be assigned to each seperate Item Type that would be awesome, since then we just have to take track of the IDs and can link those to the item itself.