issues
search
ByteBuildersLabs
/
ByteBeastsBackend
The ByteBeasts backend hosts all the Dojo contracts that define the game's logic and mechanics.
MIT License
10
stars
12
forks
source link
Refactor npc model to hold potion
#38
Closed
danielcdz
closed
2 months ago
danielcdz
commented
2 months ago
Summary
Closes #27
This PR enables the NPCs the ability to hold items, at this moment just potions.
I used an array to make simple the validations in the future.
Summary