@civ-clone/library-city 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/.deepsource.toml +21 -0
  2. package/.gitattributes +2 -0
  3. package/.github/workflows/build-on-push.yml +14 -0
  4. package/.nvmrc +1 -0
  5. package/.prettierrc +4 -0
  6. package/CityImprovements/Aqueduct.d.ts +3 -0
  7. package/CityImprovements/Aqueduct.js +8 -0
  8. package/CityImprovements/Aqueduct.js.map +1 -0
  9. package/CityImprovements/Aqueduct.ts +5 -0
  10. package/CityImprovements/Bank.d.ts +3 -0
  11. package/CityImprovements/Bank.js +8 -0
  12. package/CityImprovements/Bank.js.map +1 -0
  13. package/CityImprovements/Bank.ts +5 -0
  14. package/CityImprovements/Barracks.d.ts +3 -0
  15. package/CityImprovements/Barracks.js +8 -0
  16. package/CityImprovements/Barracks.js.map +1 -0
  17. package/CityImprovements/Barracks.ts +5 -0
  18. package/CityImprovements/Cathedral.d.ts +3 -0
  19. package/CityImprovements/Cathedral.js +8 -0
  20. package/CityImprovements/Cathedral.js.map +1 -0
  21. package/CityImprovements/Cathedral.ts +5 -0
  22. package/CityImprovements/CityWalls.d.ts +3 -0
  23. package/CityImprovements/CityWalls.js +8 -0
  24. package/CityImprovements/CityWalls.js.map +1 -0
  25. package/CityImprovements/CityWalls.ts +5 -0
  26. package/CityImprovements/Colosseum.d.ts +3 -0
  27. package/CityImprovements/Colosseum.js +8 -0
  28. package/CityImprovements/Colosseum.js.map +1 -0
  29. package/CityImprovements/Colosseum.ts +5 -0
  30. package/CityImprovements/Courthouse.d.ts +3 -0
  31. package/CityImprovements/Courthouse.js +8 -0
  32. package/CityImprovements/Courthouse.js.map +1 -0
  33. package/CityImprovements/Courthouse.ts +5 -0
  34. package/CityImprovements/Factory.d.ts +3 -0
  35. package/CityImprovements/Factory.js +8 -0
  36. package/CityImprovements/Factory.js.map +1 -0
  37. package/CityImprovements/Factory.ts +5 -0
  38. package/CityImprovements/Granary.d.ts +3 -0
  39. package/CityImprovements/Granary.js +8 -0
  40. package/CityImprovements/Granary.js.map +1 -0
  41. package/CityImprovements/Granary.ts +5 -0
  42. package/CityImprovements/HydroPlant.d.ts +3 -0
  43. package/CityImprovements/HydroPlant.js +8 -0
  44. package/CityImprovements/HydroPlant.js.map +1 -0
  45. package/CityImprovements/HydroPlant.ts +5 -0
  46. package/CityImprovements/Library.d.ts +3 -0
  47. package/CityImprovements/Library.js +8 -0
  48. package/CityImprovements/Library.js.map +1 -0
  49. package/CityImprovements/Library.ts +5 -0
  50. package/CityImprovements/ManufacturingPlant.d.ts +3 -0
  51. package/CityImprovements/ManufacturingPlant.js +8 -0
  52. package/CityImprovements/ManufacturingPlant.js.map +1 -0
  53. package/CityImprovements/ManufacturingPlant.ts +5 -0
  54. package/CityImprovements/Marketplace.d.ts +3 -0
  55. package/CityImprovements/Marketplace.js +8 -0
  56. package/CityImprovements/Marketplace.js.map +1 -0
  57. package/CityImprovements/Marketplace.ts +5 -0
  58. package/CityImprovements/MassTransit.d.ts +3 -0
  59. package/CityImprovements/MassTransit.js +8 -0
  60. package/CityImprovements/MassTransit.js.map +1 -0
  61. package/CityImprovements/MassTransit.ts +5 -0
  62. package/CityImprovements/NuclearPlant.d.ts +3 -0
  63. package/CityImprovements/NuclearPlant.js +8 -0
  64. package/CityImprovements/NuclearPlant.js.map +1 -0
  65. package/CityImprovements/NuclearPlant.ts +5 -0
  66. package/CityImprovements/Palace.d.ts +3 -0
  67. package/CityImprovements/Palace.js +8 -0
  68. package/CityImprovements/Palace.js.map +1 -0
  69. package/CityImprovements/Palace.ts +5 -0
  70. package/CityImprovements/PowerPlant.d.ts +3 -0
  71. package/CityImprovements/PowerPlant.js +8 -0
  72. package/CityImprovements/PowerPlant.js.map +1 -0
  73. package/CityImprovements/PowerPlant.ts +5 -0
  74. package/CityImprovements/RecyclingCenter.d.ts +3 -0
  75. package/CityImprovements/RecyclingCenter.js +8 -0
  76. package/CityImprovements/RecyclingCenter.js.map +1 -0
  77. package/CityImprovements/RecyclingCenter.ts +5 -0
  78. package/CityImprovements/SdiDefence.d.ts +3 -0
  79. package/CityImprovements/SdiDefence.js +8 -0
  80. package/CityImprovements/SdiDefence.js.map +1 -0
  81. package/CityImprovements/SdiDefence.ts +5 -0
  82. package/CityImprovements/Temple.d.ts +3 -0
  83. package/CityImprovements/Temple.js +8 -0
  84. package/CityImprovements/Temple.js.map +1 -0
  85. package/CityImprovements/Temple.ts +5 -0
  86. package/CityImprovements/University.d.ts +3 -0
  87. package/CityImprovements/University.js +8 -0
  88. package/CityImprovements/University.js.map +1 -0
  89. package/CityImprovements/University.ts +5 -0
  90. package/CityImprovements.d.ts +21 -0
  91. package/CityImprovements.js +46 -0
  92. package/CityImprovements.js.map +1 -0
  93. package/CityImprovements.ts +21 -0
  94. package/LICENSE +21 -0
  95. package/README.md +3 -0
  96. package/Yields/CityImprovementContent.d.ts +3 -0
  97. package/Yields/CityImprovementContent.js +8 -0
  98. package/Yields/CityImprovementContent.js.map +1 -0
  99. package/Yields/CityImprovementContent.ts +5 -0
  100. package/Yields/Corruption.d.ts +3 -0
  101. package/Yields/Corruption.js +8 -0
  102. package/Yields/Corruption.js.map +1 -0
  103. package/Yields/Corruption.ts +5 -0
  104. package/Yields/Food.d.ts +3 -0
  105. package/Yields/Food.js +8 -0
  106. package/Yields/Food.js.map +1 -0
  107. package/Yields/Food.ts +5 -0
  108. package/Yields/FoodStorage.d.ts +3 -0
  109. package/Yields/FoodStorage.js +8 -0
  110. package/Yields/FoodStorage.js.map +1 -0
  111. package/Yields/FoodStorage.ts +5 -0
  112. package/Yields/Gold.d.ts +3 -0
  113. package/Yields/Gold.js +8 -0
  114. package/Yields/Gold.js.map +1 -0
  115. package/Yields/Gold.ts +5 -0
  116. package/Yields/Happiness.d.ts +3 -0
  117. package/Yields/Happiness.js +8 -0
  118. package/Yields/Happiness.js.map +1 -0
  119. package/Yields/Happiness.ts +5 -0
  120. package/Yields/Luxuries.d.ts +3 -0
  121. package/Yields/Luxuries.js +8 -0
  122. package/Yields/Luxuries.js.map +1 -0
  123. package/Yields/Luxuries.ts +5 -0
  124. package/Yields/LuxuryHappiness.d.ts +3 -0
  125. package/Yields/LuxuryHappiness.js +8 -0
  126. package/Yields/LuxuryHappiness.js.map +1 -0
  127. package/Yields/LuxuryHappiness.ts +5 -0
  128. package/Yields/MartialLaw.d.ts +3 -0
  129. package/Yields/MartialLaw.js +8 -0
  130. package/Yields/MartialLaw.js.map +1 -0
  131. package/Yields/MartialLaw.ts +5 -0
  132. package/Yields/MilitaryUnhappiness.d.ts +3 -0
  133. package/Yields/MilitaryUnhappiness.js +8 -0
  134. package/Yields/MilitaryUnhappiness.js.map +1 -0
  135. package/Yields/MilitaryUnhappiness.ts +5 -0
  136. package/Yields/PopulationSupportFood.d.ts +3 -0
  137. package/Yields/PopulationSupportFood.js +8 -0
  138. package/Yields/PopulationSupportFood.js.map +1 -0
  139. package/Yields/PopulationSupportFood.ts +5 -0
  140. package/Yields/PopulationUnhappiness.d.ts +3 -0
  141. package/Yields/PopulationUnhappiness.js +8 -0
  142. package/Yields/PopulationUnhappiness.js.map +1 -0
  143. package/Yields/PopulationUnhappiness.ts +5 -0
  144. package/Yields/Production.d.ts +3 -0
  145. package/Yields/Production.js +8 -0
  146. package/Yields/Production.js.map +1 -0
  147. package/Yields/Production.ts +5 -0
  148. package/Yields/Research.d.ts +3 -0
  149. package/Yields/Research.js +8 -0
  150. package/Yields/Research.js.map +1 -0
  151. package/Yields/Research.ts +5 -0
  152. package/Yields/Trade.d.ts +3 -0
  153. package/Yields/Trade.js +8 -0
  154. package/Yields/Trade.js.map +1 -0
  155. package/Yields/Trade.ts +5 -0
  156. package/Yields/Unhappiness.d.ts +3 -0
  157. package/Yields/Unhappiness.js +8 -0
  158. package/Yields/Unhappiness.js.map +1 -0
  159. package/Yields/Unhappiness.ts +5 -0
  160. package/Yields/UnitSupportFood.d.ts +3 -0
  161. package/Yields/UnitSupportFood.js +8 -0
  162. package/Yields/UnitSupportFood.js.map +1 -0
  163. package/Yields/UnitSupportFood.ts +5 -0
  164. package/Yields/UnitSupportProduction.d.ts +3 -0
  165. package/Yields/UnitSupportProduction.js +8 -0
  166. package/Yields/UnitSupportProduction.js.map +1 -0
  167. package/Yields/UnitSupportProduction.ts +5 -0
  168. package/Yields.d.ts +18 -0
  169. package/Yields.js +40 -0
  170. package/Yields.js.map +1 -0
  171. package/Yields.ts +18 -0
  172. package/lib/assignWorkers.d.ts +41 -0
  173. package/lib/assignWorkers.js +63 -0
  174. package/lib/assignWorkers.js.map +1 -0
  175. package/lib/assignWorkers.ts +140 -0
  176. package/package.json +65 -0
  177. package/tsconfig.json +16 -0
@@ -0,0 +1,21 @@
1
+ export { Aqueduct } from './CityImprovements/Aqueduct';
2
+ export { Bank } from './CityImprovements/Bank';
3
+ export { Barracks } from './CityImprovements/Barracks';
4
+ export { Cathedral } from './CityImprovements/Cathedral';
5
+ export { CityWalls } from './CityImprovements/CityWalls';
6
+ export { Colosseum } from './CityImprovements/Colosseum';
7
+ export { Courthouse } from './CityImprovements/Courthouse';
8
+ export { Factory } from './CityImprovements/Factory';
9
+ export { Granary } from './CityImprovements/Granary';
10
+ export { HydroPlant } from './CityImprovements/HydroPlant';
11
+ export { Library } from './CityImprovements/Library';
12
+ export { ManufacturingPlant } from './CityImprovements/ManufacturingPlant';
13
+ export { Marketplace } from './CityImprovements/Marketplace';
14
+ export { MassTransit } from './CityImprovements/MassTransit';
15
+ export { NuclearPlant } from './CityImprovements/NuclearPlant';
16
+ export { Palace } from './CityImprovements/Palace';
17
+ export { PowerPlant } from './CityImprovements/PowerPlant';
18
+ export { RecyclingCenter } from './CityImprovements/RecyclingCenter';
19
+ export { SdiDefence } from './CityImprovements/SdiDefence';
20
+ export { Temple } from './CityImprovements/Temple';
21
+ export { University } from './CityImprovements/University';
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.University = exports.Temple = exports.SdiDefence = exports.RecyclingCenter = exports.PowerPlant = exports.Palace = exports.NuclearPlant = exports.MassTransit = exports.Marketplace = exports.ManufacturingPlant = exports.Library = exports.HydroPlant = exports.Granary = exports.Factory = exports.Courthouse = exports.Colosseum = exports.CityWalls = exports.Cathedral = exports.Barracks = exports.Bank = exports.Aqueduct = void 0;
4
+ var Aqueduct_1 = require("./CityImprovements/Aqueduct");
5
+ Object.defineProperty(exports, "Aqueduct", { enumerable: true, get: function () { return Aqueduct_1.Aqueduct; } });
6
+ var Bank_1 = require("./CityImprovements/Bank");
7
+ Object.defineProperty(exports, "Bank", { enumerable: true, get: function () { return Bank_1.Bank; } });
8
+ var Barracks_1 = require("./CityImprovements/Barracks");
9
+ Object.defineProperty(exports, "Barracks", { enumerable: true, get: function () { return Barracks_1.Barracks; } });
10
+ var Cathedral_1 = require("./CityImprovements/Cathedral");
11
+ Object.defineProperty(exports, "Cathedral", { enumerable: true, get: function () { return Cathedral_1.Cathedral; } });
12
+ var CityWalls_1 = require("./CityImprovements/CityWalls");
13
+ Object.defineProperty(exports, "CityWalls", { enumerable: true, get: function () { return CityWalls_1.CityWalls; } });
14
+ var Colosseum_1 = require("./CityImprovements/Colosseum");
15
+ Object.defineProperty(exports, "Colosseum", { enumerable: true, get: function () { return Colosseum_1.Colosseum; } });
16
+ var Courthouse_1 = require("./CityImprovements/Courthouse");
17
+ Object.defineProperty(exports, "Courthouse", { enumerable: true, get: function () { return Courthouse_1.Courthouse; } });
18
+ var Factory_1 = require("./CityImprovements/Factory");
19
+ Object.defineProperty(exports, "Factory", { enumerable: true, get: function () { return Factory_1.Factory; } });
20
+ var Granary_1 = require("./CityImprovements/Granary");
21
+ Object.defineProperty(exports, "Granary", { enumerable: true, get: function () { return Granary_1.Granary; } });
22
+ var HydroPlant_1 = require("./CityImprovements/HydroPlant");
23
+ Object.defineProperty(exports, "HydroPlant", { enumerable: true, get: function () { return HydroPlant_1.HydroPlant; } });
24
+ var Library_1 = require("./CityImprovements/Library");
25
+ Object.defineProperty(exports, "Library", { enumerable: true, get: function () { return Library_1.Library; } });
26
+ var ManufacturingPlant_1 = require("./CityImprovements/ManufacturingPlant");
27
+ Object.defineProperty(exports, "ManufacturingPlant", { enumerable: true, get: function () { return ManufacturingPlant_1.ManufacturingPlant; } });
28
+ var Marketplace_1 = require("./CityImprovements/Marketplace");
29
+ Object.defineProperty(exports, "Marketplace", { enumerable: true, get: function () { return Marketplace_1.Marketplace; } });
30
+ var MassTransit_1 = require("./CityImprovements/MassTransit");
31
+ Object.defineProperty(exports, "MassTransit", { enumerable: true, get: function () { return MassTransit_1.MassTransit; } });
32
+ var NuclearPlant_1 = require("./CityImprovements/NuclearPlant");
33
+ Object.defineProperty(exports, "NuclearPlant", { enumerable: true, get: function () { return NuclearPlant_1.NuclearPlant; } });
34
+ var Palace_1 = require("./CityImprovements/Palace");
35
+ Object.defineProperty(exports, "Palace", { enumerable: true, get: function () { return Palace_1.Palace; } });
36
+ var PowerPlant_1 = require("./CityImprovements/PowerPlant");
37
+ Object.defineProperty(exports, "PowerPlant", { enumerable: true, get: function () { return PowerPlant_1.PowerPlant; } });
38
+ var RecyclingCenter_1 = require("./CityImprovements/RecyclingCenter");
39
+ Object.defineProperty(exports, "RecyclingCenter", { enumerable: true, get: function () { return RecyclingCenter_1.RecyclingCenter; } });
40
+ var SdiDefence_1 = require("./CityImprovements/SdiDefence");
41
+ Object.defineProperty(exports, "SdiDefence", { enumerable: true, get: function () { return SdiDefence_1.SdiDefence; } });
42
+ var Temple_1 = require("./CityImprovements/Temple");
43
+ Object.defineProperty(exports, "Temple", { enumerable: true, get: function () { return Temple_1.Temple; } });
44
+ var University_1 = require("./CityImprovements/University");
45
+ Object.defineProperty(exports, "University", { enumerable: true, get: function () { return University_1.University; } });
46
+ //# sourceMappingURL=CityImprovements.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CityImprovements.js","sourceRoot":"","sources":["CityImprovements.ts"],"names":[],"mappings":";;;AAAA,wDAAuD;AAA9C,oGAAA,QAAQ,OAAA;AACjB,gDAA+C;AAAtC,4FAAA,IAAI,OAAA;AACb,wDAAuD;AAA9C,oGAAA,QAAQ,OAAA;AACjB,0DAAyD;AAAhD,sGAAA,SAAS,OAAA;AAClB,0DAAyD;AAAhD,sGAAA,SAAS,OAAA;AAClB,0DAAyD;AAAhD,sGAAA,SAAS,OAAA;AAClB,4DAA2D;AAAlD,wGAAA,UAAU,OAAA;AACnB,sDAAqD;AAA5C,kGAAA,OAAO,OAAA;AAChB,sDAAqD;AAA5C,kGAAA,OAAO,OAAA;AAChB,4DAA2D;AAAlD,wGAAA,UAAU,OAAA;AACnB,sDAAqD;AAA5C,kGAAA,OAAO,OAAA;AAChB,4EAA2E;AAAlE,wHAAA,kBAAkB,OAAA;AAC3B,8DAA6D;AAApD,0GAAA,WAAW,OAAA;AACpB,8DAA6D;AAApD,0GAAA,WAAW,OAAA;AACpB,gEAA+D;AAAtD,4GAAA,YAAY,OAAA;AACrB,oDAAmD;AAA1C,gGAAA,MAAM,OAAA;AACf,4DAA2D;AAAlD,wGAAA,UAAU,OAAA;AACnB,sEAAqE;AAA5D,kHAAA,eAAe,OAAA;AACxB,4DAA2D;AAAlD,wGAAA,UAAU,OAAA;AACnB,oDAAmD;AAA1C,gGAAA,MAAM,OAAA;AACf,4DAA2D;AAAlD,wGAAA,UAAU,OAAA"}
@@ -0,0 +1,21 @@
1
+ export { Aqueduct } from './CityImprovements/Aqueduct';
2
+ export { Bank } from './CityImprovements/Bank';
3
+ export { Barracks } from './CityImprovements/Barracks';
4
+ export { Cathedral } from './CityImprovements/Cathedral';
5
+ export { CityWalls } from './CityImprovements/CityWalls';
6
+ export { Colosseum } from './CityImprovements/Colosseum';
7
+ export { Courthouse } from './CityImprovements/Courthouse';
8
+ export { Factory } from './CityImprovements/Factory';
9
+ export { Granary } from './CityImprovements/Granary';
10
+ export { HydroPlant } from './CityImprovements/HydroPlant';
11
+ export { Library } from './CityImprovements/Library';
12
+ export { ManufacturingPlant } from './CityImprovements/ManufacturingPlant';
13
+ export { Marketplace } from './CityImprovements/Marketplace';
14
+ export { MassTransit } from './CityImprovements/MassTransit';
15
+ export { NuclearPlant } from './CityImprovements/NuclearPlant';
16
+ export { Palace } from './CityImprovements/Palace';
17
+ export { PowerPlant } from './CityImprovements/PowerPlant';
18
+ export { RecyclingCenter } from './CityImprovements/RecyclingCenter';
19
+ export { SdiDefence } from './CityImprovements/SdiDefence';
20
+ export { Temple } from './CityImprovements/Temple';
21
+ export { University } from './CityImprovements/University';
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Dom Hastings
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # library-city
2
+
3
+ A library of `City`-related objects.
@@ -0,0 +1,3 @@
1
+ export { CityImprovementContent } from '@civ-clone/base-city-yield-city-improvement-content/CityImprovementContent';
2
+ import { CityImprovementContent } from '@civ-clone/base-city-yield-city-improvement-content/CityImprovementContent';
3
+ export default CityImprovementContent;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CityImprovementContent = void 0;
4
+ var CityImprovementContent_1 = require("@civ-clone/base-city-yield-city-improvement-content/CityImprovementContent");
5
+ Object.defineProperty(exports, "CityImprovementContent", { enumerable: true, get: function () { return CityImprovementContent_1.CityImprovementContent; } });
6
+ const CityImprovementContent_2 = require("@civ-clone/base-city-yield-city-improvement-content/CityImprovementContent");
7
+ exports.default = CityImprovementContent_2.CityImprovementContent;
8
+ //# sourceMappingURL=CityImprovementContent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CityImprovementContent.js","sourceRoot":"","sources":["CityImprovementContent.ts"],"names":[],"mappings":";;;AAAA,qHAAoH;AAA3G,gIAAA,sBAAsB,OAAA;AAE/B,uHAAoH;AAEpH,kBAAe,+CAAsB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { CityImprovementContent } from '@civ-clone/base-city-yield-city-improvement-content/CityImprovementContent';
2
+
3
+ import { CityImprovementContent } from '@civ-clone/base-city-yield-city-improvement-content/CityImprovementContent';
4
+
5
+ export default CityImprovementContent;
@@ -0,0 +1,3 @@
1
+ export { Corruption } from '@civ-clone/base-city-yield-corruption/Corruption';
2
+ import { Corruption } from '@civ-clone/base-city-yield-corruption/Corruption';
3
+ export default Corruption;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Corruption = void 0;
4
+ var Corruption_1 = require("@civ-clone/base-city-yield-corruption/Corruption");
5
+ Object.defineProperty(exports, "Corruption", { enumerable: true, get: function () { return Corruption_1.Corruption; } });
6
+ const Corruption_2 = require("@civ-clone/base-city-yield-corruption/Corruption");
7
+ exports.default = Corruption_2.Corruption;
8
+ //# sourceMappingURL=Corruption.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Corruption.js","sourceRoot":"","sources":["Corruption.ts"],"names":[],"mappings":";;;AAAA,+EAA8E;AAArE,wGAAA,UAAU,OAAA;AAEnB,iFAA8E;AAE9E,kBAAe,uBAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Corruption } from '@civ-clone/base-city-yield-corruption/Corruption';
2
+
3
+ import { Corruption } from '@civ-clone/base-city-yield-corruption/Corruption';
4
+
5
+ export default Corruption;
@@ -0,0 +1,3 @@
1
+ export { Food } from '@civ-clone/base-terrain-yield-food/Food';
2
+ import { Food } from '@civ-clone/base-terrain-yield-food/Food';
3
+ export default Food;
package/Yields/Food.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Food = void 0;
4
+ var Food_1 = require("@civ-clone/base-terrain-yield-food/Food");
5
+ Object.defineProperty(exports, "Food", { enumerable: true, get: function () { return Food_1.Food; } });
6
+ const Food_2 = require("@civ-clone/base-terrain-yield-food/Food");
7
+ exports.default = Food_2.Food;
8
+ //# sourceMappingURL=Food.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Food.js","sourceRoot":"","sources":["Food.ts"],"names":[],"mappings":";;;AAAA,gEAA+D;AAAtD,4FAAA,IAAI,OAAA;AAEb,kEAA+D;AAE/D,kBAAe,WAAI,CAAC"}
package/Yields/Food.ts ADDED
@@ -0,0 +1,5 @@
1
+ export { Food } from '@civ-clone/base-terrain-yield-food/Food';
2
+
3
+ import { Food } from '@civ-clone/base-terrain-yield-food/Food';
4
+
5
+ export default Food;
@@ -0,0 +1,3 @@
1
+ export { FoodStorage } from '@civ-clone/core-city-growth/Yields/FoodStorage';
2
+ import { FoodStorage } from '@civ-clone/core-city-growth/Yields/FoodStorage';
3
+ export default FoodStorage;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FoodStorage = void 0;
4
+ var FoodStorage_1 = require("@civ-clone/core-city-growth/Yields/FoodStorage");
5
+ Object.defineProperty(exports, "FoodStorage", { enumerable: true, get: function () { return FoodStorage_1.FoodStorage; } });
6
+ const FoodStorage_2 = require("@civ-clone/core-city-growth/Yields/FoodStorage");
7
+ exports.default = FoodStorage_2.FoodStorage;
8
+ //# sourceMappingURL=FoodStorage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FoodStorage.js","sourceRoot":"","sources":["FoodStorage.ts"],"names":[],"mappings":";;;AAAA,8EAA6E;AAApE,0GAAA,WAAW,OAAA;AAEpB,gFAA6E;AAE7E,kBAAe,yBAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { FoodStorage } from '@civ-clone/core-city-growth/Yields/FoodStorage';
2
+
3
+ import { FoodStorage } from '@civ-clone/core-city-growth/Yields/FoodStorage';
4
+
5
+ export default FoodStorage;
@@ -0,0 +1,3 @@
1
+ export { Gold } from '@civ-clone/base-city-yield-gold/Gold';
2
+ import { Gold } from '@civ-clone/base-city-yield-gold/Gold';
3
+ export default Gold;
package/Yields/Gold.js ADDED
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Gold = void 0;
4
+ var Gold_1 = require("@civ-clone/base-city-yield-gold/Gold");
5
+ Object.defineProperty(exports, "Gold", { enumerable: true, get: function () { return Gold_1.Gold; } });
6
+ const Gold_2 = require("@civ-clone/base-city-yield-gold/Gold");
7
+ exports.default = Gold_2.Gold;
8
+ //# sourceMappingURL=Gold.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Gold.js","sourceRoot":"","sources":["Gold.ts"],"names":[],"mappings":";;;AAAA,6DAA4D;AAAnD,4FAAA,IAAI,OAAA;AAEb,+DAA4D;AAE5D,kBAAe,WAAI,CAAC"}
package/Yields/Gold.ts ADDED
@@ -0,0 +1,5 @@
1
+ export { Gold } from '@civ-clone/base-city-yield-gold/Gold';
2
+
3
+ import { Gold } from '@civ-clone/base-city-yield-gold/Gold';
4
+
5
+ export default Gold;
@@ -0,0 +1,3 @@
1
+ export { Happiness } from '@civ-clone/base-city-yield-happiness/Happiness';
2
+ import { Happiness } from '@civ-clone/base-city-yield-happiness/Happiness';
3
+ export default Happiness;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Happiness = void 0;
4
+ var Happiness_1 = require("@civ-clone/base-city-yield-happiness/Happiness");
5
+ Object.defineProperty(exports, "Happiness", { enumerable: true, get: function () { return Happiness_1.Happiness; } });
6
+ const Happiness_2 = require("@civ-clone/base-city-yield-happiness/Happiness");
7
+ exports.default = Happiness_2.Happiness;
8
+ //# sourceMappingURL=Happiness.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Happiness.js","sourceRoot":"","sources":["Happiness.ts"],"names":[],"mappings":";;;AAAA,4EAA2E;AAAlE,sGAAA,SAAS,OAAA;AAElB,8EAA2E;AAE3E,kBAAe,qBAAS,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Happiness } from '@civ-clone/base-city-yield-happiness/Happiness';
2
+
3
+ import { Happiness } from '@civ-clone/base-city-yield-happiness/Happiness';
4
+
5
+ export default Happiness;
@@ -0,0 +1,3 @@
1
+ export { Luxuries } from '@civ-clone/base-city-yield-luxuries/Luxuries';
2
+ import { Luxuries } from '@civ-clone/base-city-yield-luxuries/Luxuries';
3
+ export default Luxuries;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Luxuries = void 0;
4
+ var Luxuries_1 = require("@civ-clone/base-city-yield-luxuries/Luxuries");
5
+ Object.defineProperty(exports, "Luxuries", { enumerable: true, get: function () { return Luxuries_1.Luxuries; } });
6
+ const Luxuries_2 = require("@civ-clone/base-city-yield-luxuries/Luxuries");
7
+ exports.default = Luxuries_2.Luxuries;
8
+ //# sourceMappingURL=Luxuries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Luxuries.js","sourceRoot":"","sources":["Luxuries.ts"],"names":[],"mappings":";;;AAAA,yEAAwE;AAA/D,oGAAA,QAAQ,OAAA;AAEjB,2EAAwE;AAExE,kBAAe,mBAAQ,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Luxuries } from '@civ-clone/base-city-yield-luxuries/Luxuries';
2
+
3
+ import { Luxuries } from '@civ-clone/base-city-yield-luxuries/Luxuries';
4
+
5
+ export default Luxuries;
@@ -0,0 +1,3 @@
1
+ export { LuxuryHappiness } from '@civ-clone/base-city-yield-luxury-happiness/LuxuryHappiness';
2
+ import { LuxuryHappiness } from '@civ-clone/base-city-yield-luxury-happiness/LuxuryHappiness';
3
+ export default LuxuryHappiness;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LuxuryHappiness = void 0;
4
+ var LuxuryHappiness_1 = require("@civ-clone/base-city-yield-luxury-happiness/LuxuryHappiness");
5
+ Object.defineProperty(exports, "LuxuryHappiness", { enumerable: true, get: function () { return LuxuryHappiness_1.LuxuryHappiness; } });
6
+ const LuxuryHappiness_2 = require("@civ-clone/base-city-yield-luxury-happiness/LuxuryHappiness");
7
+ exports.default = LuxuryHappiness_2.LuxuryHappiness;
8
+ //# sourceMappingURL=LuxuryHappiness.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LuxuryHappiness.js","sourceRoot":"","sources":["LuxuryHappiness.ts"],"names":[],"mappings":";;;AAAA,+FAA8F;AAArF,kHAAA,eAAe,OAAA;AAExB,iGAA8F;AAE9F,kBAAe,iCAAe,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { LuxuryHappiness } from '@civ-clone/base-city-yield-luxury-happiness/LuxuryHappiness';
2
+
3
+ import { LuxuryHappiness } from '@civ-clone/base-city-yield-luxury-happiness/LuxuryHappiness';
4
+
5
+ export default LuxuryHappiness;
@@ -0,0 +1,3 @@
1
+ export { MartialLaw } from '@civ-clone/base-city-yield-martial-law-content/MartialLaw';
2
+ import { MartialLaw } from '@civ-clone/base-city-yield-martial-law-content/MartialLaw';
3
+ export default MartialLaw;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MartialLaw = void 0;
4
+ var MartialLaw_1 = require("@civ-clone/base-city-yield-martial-law-content/MartialLaw");
5
+ Object.defineProperty(exports, "MartialLaw", { enumerable: true, get: function () { return MartialLaw_1.MartialLaw; } });
6
+ const MartialLaw_2 = require("@civ-clone/base-city-yield-martial-law-content/MartialLaw");
7
+ exports.default = MartialLaw_2.MartialLaw;
8
+ //# sourceMappingURL=MartialLaw.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MartialLaw.js","sourceRoot":"","sources":["MartialLaw.ts"],"names":[],"mappings":";;;AAAA,wFAAuF;AAA9E,wGAAA,UAAU,OAAA;AAEnB,0FAAuF;AAEvF,kBAAe,uBAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { MartialLaw } from '@civ-clone/base-city-yield-martial-law-content/MartialLaw';
2
+
3
+ import { MartialLaw } from '@civ-clone/base-city-yield-martial-law-content/MartialLaw';
4
+
5
+ export default MartialLaw;
@@ -0,0 +1,3 @@
1
+ export { MilitaryUnhappiness } from '@civ-clone/base-city-yield-military-unhappiness/MilitaryUnhappiness';
2
+ import { MilitaryUnhappiness } from '@civ-clone/base-city-yield-military-unhappiness/MilitaryUnhappiness';
3
+ export default MilitaryUnhappiness;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MilitaryUnhappiness = void 0;
4
+ var MilitaryUnhappiness_1 = require("@civ-clone/base-city-yield-military-unhappiness/MilitaryUnhappiness");
5
+ Object.defineProperty(exports, "MilitaryUnhappiness", { enumerable: true, get: function () { return MilitaryUnhappiness_1.MilitaryUnhappiness; } });
6
+ const MilitaryUnhappiness_2 = require("@civ-clone/base-city-yield-military-unhappiness/MilitaryUnhappiness");
7
+ exports.default = MilitaryUnhappiness_2.MilitaryUnhappiness;
8
+ //# sourceMappingURL=MilitaryUnhappiness.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MilitaryUnhappiness.js","sourceRoot":"","sources":["MilitaryUnhappiness.ts"],"names":[],"mappings":";;;AAAA,2GAA0G;AAAjG,0HAAA,mBAAmB,OAAA;AAE5B,6GAA0G;AAE1G,kBAAe,yCAAmB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { MilitaryUnhappiness } from '@civ-clone/base-city-yield-military-unhappiness/MilitaryUnhappiness';
2
+
3
+ import { MilitaryUnhappiness } from '@civ-clone/base-city-yield-military-unhappiness/MilitaryUnhappiness';
4
+
5
+ export default MilitaryUnhappiness;
@@ -0,0 +1,3 @@
1
+ export { PopulationSupportFood } from '@civ-clone/base-city-yield-population-support-food/PopulationSupportFood';
2
+ import { PopulationSupportFood } from '@civ-clone/base-city-yield-population-support-food/PopulationSupportFood';
3
+ export default PopulationSupportFood;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PopulationSupportFood = void 0;
4
+ var PopulationSupportFood_1 = require("@civ-clone/base-city-yield-population-support-food/PopulationSupportFood");
5
+ Object.defineProperty(exports, "PopulationSupportFood", { enumerable: true, get: function () { return PopulationSupportFood_1.PopulationSupportFood; } });
6
+ const PopulationSupportFood_2 = require("@civ-clone/base-city-yield-population-support-food/PopulationSupportFood");
7
+ exports.default = PopulationSupportFood_2.PopulationSupportFood;
8
+ //# sourceMappingURL=PopulationSupportFood.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PopulationSupportFood.js","sourceRoot":"","sources":["PopulationSupportFood.ts"],"names":[],"mappings":";;;AAAA,kHAAiH;AAAxG,8HAAA,qBAAqB,OAAA;AAE9B,oHAAiH;AAEjH,kBAAe,6CAAqB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { PopulationSupportFood } from '@civ-clone/base-city-yield-population-support-food/PopulationSupportFood';
2
+
3
+ import { PopulationSupportFood } from '@civ-clone/base-city-yield-population-support-food/PopulationSupportFood';
4
+
5
+ export default PopulationSupportFood;
@@ -0,0 +1,3 @@
1
+ export { PopulationUnhappiness } from '@civ-clone/base-city-yield-population-unhappiness/PopulationUnhappiness';
2
+ import { PopulationUnhappiness } from '@civ-clone/base-city-yield-population-unhappiness/PopulationUnhappiness';
3
+ export default PopulationUnhappiness;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PopulationUnhappiness = void 0;
4
+ var PopulationUnhappiness_1 = require("@civ-clone/base-city-yield-population-unhappiness/PopulationUnhappiness");
5
+ Object.defineProperty(exports, "PopulationUnhappiness", { enumerable: true, get: function () { return PopulationUnhappiness_1.PopulationUnhappiness; } });
6
+ const PopulationUnhappiness_2 = require("@civ-clone/base-city-yield-population-unhappiness/PopulationUnhappiness");
7
+ exports.default = PopulationUnhappiness_2.PopulationUnhappiness;
8
+ //# sourceMappingURL=PopulationUnhappiness.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PopulationUnhappiness.js","sourceRoot":"","sources":["PopulationUnhappiness.ts"],"names":[],"mappings":";;;AAAA,iHAAgH;AAAvG,8HAAA,qBAAqB,OAAA;AAE9B,mHAAgH;AAEhH,kBAAe,6CAAqB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { PopulationUnhappiness } from '@civ-clone/base-city-yield-population-unhappiness/PopulationUnhappiness';
2
+
3
+ import { PopulationUnhappiness } from '@civ-clone/base-city-yield-population-unhappiness/PopulationUnhappiness';
4
+
5
+ export default PopulationUnhappiness;
@@ -0,0 +1,3 @@
1
+ export { Production } from '@civ-clone/base-terrain-yield-production/Production';
2
+ import { Production } from '@civ-clone/base-terrain-yield-production/Production';
3
+ export default Production;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Production = void 0;
4
+ var Production_1 = require("@civ-clone/base-terrain-yield-production/Production");
5
+ Object.defineProperty(exports, "Production", { enumerable: true, get: function () { return Production_1.Production; } });
6
+ const Production_2 = require("@civ-clone/base-terrain-yield-production/Production");
7
+ exports.default = Production_2.Production;
8
+ //# sourceMappingURL=Production.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Production.js","sourceRoot":"","sources":["Production.ts"],"names":[],"mappings":";;;AAAA,kFAAiF;AAAxE,wGAAA,UAAU,OAAA;AAEnB,oFAAiF;AAEjF,kBAAe,uBAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Production } from '@civ-clone/base-terrain-yield-production/Production';
2
+
3
+ import { Production } from '@civ-clone/base-terrain-yield-production/Production';
4
+
5
+ export default Production;
@@ -0,0 +1,3 @@
1
+ export { Research } from '@civ-clone/base-city-yield-research/Research';
2
+ import { Research } from '@civ-clone/base-city-yield-research/Research';
3
+ export default Research;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Research = void 0;
4
+ var Research_1 = require("@civ-clone/base-city-yield-research/Research");
5
+ Object.defineProperty(exports, "Research", { enumerable: true, get: function () { return Research_1.Research; } });
6
+ const Research_2 = require("@civ-clone/base-city-yield-research/Research");
7
+ exports.default = Research_2.Research;
8
+ //# sourceMappingURL=Research.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Research.js","sourceRoot":"","sources":["Research.ts"],"names":[],"mappings":";;;AAAA,yEAAwE;AAA/D,oGAAA,QAAQ,OAAA;AAEjB,2EAAwE;AAExE,kBAAe,mBAAQ,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Research } from '@civ-clone/base-city-yield-research/Research';
2
+
3
+ import { Research } from '@civ-clone/base-city-yield-research/Research';
4
+
5
+ export default Research;
@@ -0,0 +1,3 @@
1
+ export { Trade } from '@civ-clone/base-terrain-yield-trade/Trade';
2
+ import { Trade } from '@civ-clone/base-terrain-yield-trade/Trade';
3
+ export default Trade;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Trade = void 0;
4
+ var Trade_1 = require("@civ-clone/base-terrain-yield-trade/Trade");
5
+ Object.defineProperty(exports, "Trade", { enumerable: true, get: function () { return Trade_1.Trade; } });
6
+ const Trade_2 = require("@civ-clone/base-terrain-yield-trade/Trade");
7
+ exports.default = Trade_2.Trade;
8
+ //# sourceMappingURL=Trade.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Trade.js","sourceRoot":"","sources":["Trade.ts"],"names":[],"mappings":";;;AAAA,mEAAkE;AAAzD,8FAAA,KAAK,OAAA;AAEd,qEAAkE;AAElE,kBAAe,aAAK,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Trade } from '@civ-clone/base-terrain-yield-trade/Trade';
2
+
3
+ import { Trade } from '@civ-clone/base-terrain-yield-trade/Trade';
4
+
5
+ export default Trade;
@@ -0,0 +1,3 @@
1
+ export { Unhappiness } from '@civ-clone/base-city-yield-unhappiness/Unhappiness';
2
+ import { Unhappiness } from '@civ-clone/base-city-yield-unhappiness/Unhappiness';
3
+ export default Unhappiness;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Unhappiness = void 0;
4
+ var Unhappiness_1 = require("@civ-clone/base-city-yield-unhappiness/Unhappiness");
5
+ Object.defineProperty(exports, "Unhappiness", { enumerable: true, get: function () { return Unhappiness_1.Unhappiness; } });
6
+ const Unhappiness_2 = require("@civ-clone/base-city-yield-unhappiness/Unhappiness");
7
+ exports.default = Unhappiness_2.Unhappiness;
8
+ //# sourceMappingURL=Unhappiness.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Unhappiness.js","sourceRoot":"","sources":["Unhappiness.ts"],"names":[],"mappings":";;;AAAA,kFAAiF;AAAxE,0GAAA,WAAW,OAAA;AAEpB,oFAAiF;AAEjF,kBAAe,yBAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { Unhappiness } from '@civ-clone/base-city-yield-unhappiness/Unhappiness';
2
+
3
+ import { Unhappiness } from '@civ-clone/base-city-yield-unhappiness/Unhappiness';
4
+
5
+ export default Unhappiness;
@@ -0,0 +1,3 @@
1
+ export { UnitSupportFood } from '@civ-clone/base-city-yield-unit-support-food/UnitSupportFood';
2
+ import { UnitSupportFood } from '@civ-clone/base-city-yield-unit-support-food/UnitSupportFood';
3
+ export default UnitSupportFood;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnitSupportFood = void 0;
4
+ var UnitSupportFood_1 = require("@civ-clone/base-city-yield-unit-support-food/UnitSupportFood");
5
+ Object.defineProperty(exports, "UnitSupportFood", { enumerable: true, get: function () { return UnitSupportFood_1.UnitSupportFood; } });
6
+ const UnitSupportFood_2 = require("@civ-clone/base-city-yield-unit-support-food/UnitSupportFood");
7
+ exports.default = UnitSupportFood_2.UnitSupportFood;
8
+ //# sourceMappingURL=UnitSupportFood.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnitSupportFood.js","sourceRoot":"","sources":["UnitSupportFood.ts"],"names":[],"mappings":";;;AAAA,gGAA+F;AAAtF,kHAAA,eAAe,OAAA;AAExB,kGAA+F;AAE/F,kBAAe,iCAAe,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { UnitSupportFood } from '@civ-clone/base-city-yield-unit-support-food/UnitSupportFood';
2
+
3
+ import { UnitSupportFood } from '@civ-clone/base-city-yield-unit-support-food/UnitSupportFood';
4
+
5
+ export default UnitSupportFood;
@@ -0,0 +1,3 @@
1
+ export { UnitSupportProduction } from '@civ-clone/base-city-yield-unit-support-production/UnitSupportProduction';
2
+ import { UnitSupportProduction } from '@civ-clone/base-city-yield-unit-support-production/UnitSupportProduction';
3
+ export default UnitSupportProduction;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnitSupportProduction = void 0;
4
+ var UnitSupportProduction_1 = require("@civ-clone/base-city-yield-unit-support-production/UnitSupportProduction");
5
+ Object.defineProperty(exports, "UnitSupportProduction", { enumerable: true, get: function () { return UnitSupportProduction_1.UnitSupportProduction; } });
6
+ const UnitSupportProduction_2 = require("@civ-clone/base-city-yield-unit-support-production/UnitSupportProduction");
7
+ exports.default = UnitSupportProduction_2.UnitSupportProduction;
8
+ //# sourceMappingURL=UnitSupportProduction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnitSupportProduction.js","sourceRoot":"","sources":["UnitSupportProduction.ts"],"names":[],"mappings":";;;AAAA,kHAAiH;AAAxG,8HAAA,qBAAqB,OAAA;AAE9B,oHAAiH;AAEjH,kBAAe,6CAAqB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { UnitSupportProduction } from '@civ-clone/base-city-yield-unit-support-production/UnitSupportProduction';
2
+
3
+ import { UnitSupportProduction } from '@civ-clone/base-city-yield-unit-support-production/UnitSupportProduction';
4
+
5
+ export default UnitSupportProduction;