- Timestamp:
 - Jul 18, 2016, 1:10:42 PM (9 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
binary-improvements/7dtd-server-fixes/src/PersistentData/InvItem.cs
r253 r287 12 12 public string icon = ""; 13 13 public string iconcolor = ""; 14 [OptionalField] 15 public int maxUseTimes; 16 [OptionalField] 17 public int useTimes; 14 18 15 public InvItem (string itemName, int count, int quality = -1) {19 public InvItem (string itemName, int count, int quality, int maxUseTimes, int maxUse) { 16 20 this.itemName = itemName; 17 21 this.count = count; 18 22 this.quality = quality; 23 this.maxUseTimes = maxUseTimes; 24 this.useTimes = maxUse; 19 25 } 20 26 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)