Example #1
0
 public EqId(int id, EquipmentStats.TypeOfEquipment type, bool isNew = true)
 {
     Id    = id;
     Type  = type;
     IsNew = isNew;
 }
 public void SetCurrentEquipmentType(EquipmentStats.TypeOfEquipment type)
 {
     currentType = type;
     RefreshUI();
 }