1
0
Fork 0

[javascript] implemented contract fulfillment

This commit is contained in:
Julien Dessaux 2023-10-19 01:58:06 +02:00
parent 4dd8a2e90f
commit 378b5a5ffb
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 36 additions and 8 deletions

View file

@ -3,7 +3,6 @@ import * as autoExploring from './automation/exploration.js';
import * as autoInit from './automation/init.js';
import * as api from './lib/api.js';
import * as contracts from './lib/contracts.js';
import * as ships from './lib/ships.js';
await autoInit.init();
autoContracting.init();