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