1using Ctc.Palplus.Integration.Driver.Entities;
15 void ModifyLevel(
string consumableLocation, Quantity amountDelta);
21 void SetLevel(
string consumableLocation, Quantity absoluteAmount);
Helps you manipulate the desired consumable, or works as a dummy.
void ModifyLevel(string consumableLocation, Quantity amountDelta)
Change the level of a consumable.
void SetLevel(string consumableLocation, Quantity absoluteAmount)
Set the level of a consumable to a certain value.