Method SetUsesPerDayRemaining
SetUsesPerDayRemaining(ItemProperty, int)
Sets the number of uses per day remaining for the specified item property on this item.
public void SetUsesPerDayRemaining(ItemProperty property, int numUses)
Parameters
propertyItemPropertyThe item property to be adjusted.
numUsesintThe new number of uses per day remaining for the specified item property.