UNPKG

monopoly-shared-model

Version:

Shared model for Monopoly

11 lines 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const EnumActionType_1 = require("./EnumActionType"); const AbstractPropertyAction_1 = require("./AbstractPropertyAction"); class HasNotBoughtPropertyAction extends AbstractPropertyAction_1.AbstractPropertyAction { constructor(playerName, message, propertyIndex) { super(EnumActionType_1.EnumActionType.HAS_NOT_BOUGHT_PROPERTY, playerName, message, propertyIndex); } } exports.HasNotBoughtPropertyAction = HasNotBoughtPropertyAction; //# sourceMappingURL=HasNotBoughtPropertyAction.js.map