checkIfInEquipment()

Found in:

public bool checkIfInEquipment(Item.ItemType info){
    bool typeExists = equipment.Contains(info);
    return typeExists;
  }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *