CMPUT301F23T26 / AuroraSheet

the course project. details to be added later
0 stars 1 forks source link

Added a tag list to the item class #48

Closed naha-s1 closed 10 months ago

naha-s1 commented 11 months ago

nothing has been implemented with it, but for whoever is working on tagging, here is a little head start.

I just gave the item an ArrayList called tags, with initialisation, a getter, and an adder. That's it.

there should be nothing to review by running it, it's just a few lines in the Item class