Variable CASH_PER_WAVE_WORKSHOPConst

CASH_PER_WAVE_WORKSHOP: Readonly<{
    cost: number;
    max: number;
    min: number;
    name: string;
    quantity: number;
}> = ...

Type declaration

  • cost: number
  • max: number
  • min: number
  • name: string
  • quantity: number

Constant

CASH_PER_WAVE_WORKSHOP - Workshop Cash / Wave upgrade { name, min, max, quantity, and cost } with no modifiers or discounts

Generated using TypeDoc