UNPKG

tf2-currency

Version:

Set of tools that manage operations with tf2 currency.

10 lines (8 loc) 148 B
export interface ICurrency { keys: number; metal: number; } export interface IWeaponizedCurrency { keys: number; metalInWeapons: number; }