UNPKG

@randomgeekdom/rollbard

Version:

Libraries and generators for fantasy/scifi worldbuilding

13 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Region = /** @class */ (function () { function Region(Temperature, Humidity, Type, Name) { this.Temperature = Temperature; this.Humidity = Humidity; this.Type = Type; this.Name = Name; } return Region; }()); exports.default = Region; //# sourceMappingURL=Region.js.map