Esempio n. 1
0
 public InventoryItemEventArgs(ERepairType p_type)
 {
     Type = p_type;
 }
Esempio n. 2
0
 public RepairFunction(ERepairType p_repairType, Int32 p_price, Int32 p_dialogID)
 {
     m_repairType = p_repairType;
     m_price      = p_price;
     m_dialogID   = p_dialogID;
 }