UNPKG

tf2-currency

Version:

Set of tools that manage operations with tf2 currency.

9 lines 203 B
export interface ICurrency { keys: number; metal: number; } export interface IWeaponizedCurrency { keys: number; metalInWeapons: number; } //# sourceMappingURL=currency.interface.d.ts.map