UNPKG

fortel-ziweidoushu

Version:
52 lines 5.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.starByKey = exports.starByName = exports.CalendarType = exports.defaultCalendar = exports.Direction = exports.ShadowLight = exports.Luckiness = exports.Element = exports.LifeStage = exports.Runtime = exports.StarDerivative = exports.MiniStar = exports.MinorStar = exports.MajorStar = exports.Temple = exports.BorrowCell = exports.Cell = exports.DestinyBoard = exports.Ground = exports.Sky = exports.CellsScope = exports.BoardCriteria = exports.destinyConfigTextParser = exports.DestinyConfigBuilder = exports.DayTimeGround = exports.Gender = exports.ConfigType = exports.DestinyConfig = void 0; const calender_1 = require("./calendar/calender"); Object.defineProperty(exports, "CalendarType", { enumerable: true, get: function () { return calender_1.CalendarType; } }); const defaultCalendar_1 = require("./calendar/defaultCalendar"); Object.defineProperty(exports, "defaultCalendar", { enumerable: true, get: function () { return defaultCalendar_1.defaultCalendar; } }); const boardCriteria_1 = require("./criteria/boardCriteria"); Object.defineProperty(exports, "BoardCriteria", { enumerable: true, get: function () { return boardCriteria_1.BoardCriteria; } }); Object.defineProperty(exports, "CellsScope", { enumerable: true, get: function () { return boardCriteria_1.CellsScope; } }); const destinyConfigBuilder_1 = require("./util/destinyConfigBuilder"); Object.defineProperty(exports, "DestinyConfigBuilder", { enumerable: true, get: function () { return destinyConfigBuilder_1.DestinyConfigBuilder; } }); const cell_1 = require("./model/cell"); Object.defineProperty(exports, "Cell", { enumerable: true, get: function () { return cell_1.Cell; } }); Object.defineProperty(exports, "BorrowCell", { enumerable: true, get: function () { return cell_1.BorrowCell; } }); const dayTimeGround_1 = require("./model/dayTimeGround"); Object.defineProperty(exports, "DayTimeGround", { enumerable: true, get: function () { return dayTimeGround_1.DayTimeGround; } }); const destinyBoard_1 = require("./model/destinyBoard"); Object.defineProperty(exports, "DestinyBoard", { enumerable: true, get: function () { return destinyBoard_1.DestinyBoard; } }); const destinyConfig_1 = require("./model/destinyConfig"); Object.defineProperty(exports, "ConfigType", { enumerable: true, get: function () { return destinyConfig_1.ConfigType; } }); Object.defineProperty(exports, "DestinyConfig", { enumerable: true, get: function () { return destinyConfig_1.DestinyConfig; } }); Object.defineProperty(exports, "Gender", { enumerable: true, get: function () { return destinyConfig_1.Gender; } }); const ground_1 = require("./model/ground"); Object.defineProperty(exports, "Ground", { enumerable: true, get: function () { return ground_1.Ground; } }); const lifeStage_1 = require("./model/lifeStage"); Object.defineProperty(exports, "LifeStage", { enumerable: true, get: function () { return lifeStage_1.LifeStage; } }); const majorStar_1 = require("./model/majorStar"); Object.defineProperty(exports, "MajorStar", { enumerable: true, get: function () { return majorStar_1.MajorStar; } }); const miniStar_1 = require("./model/miniStar"); Object.defineProperty(exports, "MiniStar", { enumerable: true, get: function () { return miniStar_1.MiniStar; } }); const minorStar_1 = require("./model/minorStar"); Object.defineProperty(exports, "MinorStar", { enumerable: true, get: function () { return minorStar_1.MinorStar; } }); const miscEnums_1 = require("./model/miscEnums"); Object.defineProperty(exports, "Element", { enumerable: true, get: function () { return miscEnums_1.Element; } }); Object.defineProperty(exports, "Direction", { enumerable: true, get: function () { return miscEnums_1.Direction; } }); Object.defineProperty(exports, "Luckiness", { enumerable: true, get: function () { return miscEnums_1.Luckiness; } }); Object.defineProperty(exports, "ShadowLight", { enumerable: true, get: function () { return miscEnums_1.ShadowLight; } }); const runtime_1 = require("./model/runtime"); Object.defineProperty(exports, "Runtime", { enumerable: true, get: function () { return runtime_1.Runtime; } }); const sky_1 = require("./model/sky"); Object.defineProperty(exports, "Sky", { enumerable: true, get: function () { return sky_1.Sky; } }); const starDerivative_1 = require("./model/starDerivative"); Object.defineProperty(exports, "StarDerivative", { enumerable: true, get: function () { return starDerivative_1.StarDerivative; } }); const temple_1 = require("./model/temple"); Object.defineProperty(exports, "Temple", { enumerable: true, get: function () { return temple_1.Temple; } }); const destinyConfigTextParser_1 = require("./util/destinyConfigTextParser"); Object.defineProperty(exports, "destinyConfigTextParser", { enumerable: true, get: function () { return destinyConfigTextParser_1.destinyConfigTextParser; } }); const starUtil_1 = require("./util/starUtil"); Object.defineProperty(exports, "starByName", { enumerable: true, get: function () { return starUtil_1.starByName; } }); Object.defineProperty(exports, "starByKey", { enumerable: true, get: function () { return starUtil_1.starByKey; } }); //# sourceMappingURL=main.js.map