UNPKG

monopoly-shared-model

Version:

Shared model for Monopoly

7 lines (6 loc) 278 B
import { AbstractPropertyAction } from './AbstractPropertyAction'; export declare class MustPayTaxAction extends AbstractPropertyAction { private amount; constructor(playerName: string, message: string, propertyIndex: number, amount: number); getAmount(): number; }