UNPKG

monopoly-shared-model

Version:

Shared model for Monopoly

11 lines 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const EnumBoxType_1 = require("./enums/EnumBoxType"); const PropertyBox_1 = require("./PropertyBox"); class PublicService extends PropertyBox_1.PropertyBox { constructor(index, name, price, rent, propertyToken) { super(index, name, EnumBoxType_1.EnumBoxType.PUBLIC_SERVICE, price, rent, propertyToken); } } exports.PublicService = PublicService; //# sourceMappingURL=PublicService.js.map