UNPKG

monopoly-shared-model

Version:

Shared model for Monopoly

7 lines (6 loc) 179 B
import { Box } from './Box'; export declare class Start extends Box { private amount; constructor(index: number, name: string, amount: number); getAmount(): number; }