mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
partially refactor BurgAndStates
This commit is contained in:
parent
456485c5e8
commit
ec468914e4
4 changed files with 40 additions and 35 deletions
8
modules/trade-generator.js
Normal file
8
modules/trade-generator.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
window.Trade = (function () {
|
||||
const defineTradeCenters = () => {
|
||||
const {cells} = pack;
|
||||
};
|
||||
return {defineTradeCenters};
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue