currencies: {
    cp: string;
    gp: string;
    pp: string;
    sp: string;
} = ...

The valid currency denominations supported by the game system

Type declaration

  • cp: string
  • gp: string
  • pp: string
  • sp: string

Generated using TypeDoc