UNPKG

monopoly-shared-model

Version:

Shared model for Monopoly

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