Open this-is-envy opened 2 weeks ago
We currently only support .has
.has
Let's expand this to include
.add_item(item_id: String, count: int = 1)
remove_item(item_id: String, count: int = 1)
We currently only support
.has
Let's expand this to include
.add_item(item_id: String, count: int = 1)
to add one or more items,remove_item(item_id: String, count: int = 1)
to remove one or more items,.has
to have a count argument, and