UNPKG

monopoly-shared-model

Version:

Shared model for Monopoly

5 lines (4 loc) 227 B
import { AbstractPropertyAction } from './AbstractPropertyAction'; export declare class HasNotBoughtPropertyAction extends AbstractPropertyAction { constructor(playerName: string, message: string, propertyIndex: number); }