Skip to content

Other Templates

In the LiveOps package, there are some additional templates, which we need to cover in this section

Smart Config

A singleton that store additional settings.

Parameter Description
Offer Products Offers can have different prices and discounts, Balancy automatically finds the best product which can be associated with a specific Offer and Discount pair. Balancy search for the product from this very list.

Item With Amount

This structure holds a link to an Item and its quantity Count. A negative value for Count will be replaced with the MaxStack value of the Item in the code. This is especially convenient when you are going to change MaxStacks.

Next: Conditions