Tomm0017 / rsmod

New repository: https://github.com/rsmod/rsmod
https://github.com/rsmod/rsmod
Apache License 2.0
125 stars 101 forks source link

ItemContainer contains(intArray) #157

Open JackRayfish opened 5 years ago

JackRayfish commented 5 years ago

What has been done?

Added an additional contains function to ItemContainers which lets you pass an IntArray and returns true if all items are contained within the container, and false if not.