Namespace Eco.Gameplay.Economy.Transfer
Classes
AccountChangeSet
A class used by transfers to track requested changes for account holdings. This allows to perform several transfers within a single pack and check their final result without caring what was happening (and in which order) inbetween. Every change set is bound to not-yet-disposed game action pack.
AccountChangeSet.AccountChange
A container for requested changes.
TaxUtils
Various helpers related to tax
TransferData
A struct to customize behaviour of Transfer(GameActionPack, TransferData) (see its summary for demo cases).