You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEW: add plusAssign and minusAssign to MutableEntityBag
NEW: add most of the EntityBag functions to the Family class. This makes it a little shorter to write. E.g. instead of family.entities.all you can now write family.all
NEW: add toString to MutableEntityBag and Bag
NEW: add entityBagOf, mutableEntityBagOf and emptyEntityBag functions
NEW: add plusAssign of a family to MutableEntityBag