mirror of
https://github.com/Krafpy/KSP-MGA-Planner.git
synced 2026-01-17 15:23:37 -08:00
Recompile and moved files.
This commit is contained in:
@@ -2,7 +2,7 @@ import { OrbitingBody } from "../objects/body.js";
|
||||
import { SolarSystem } from "../objects/system.js";
|
||||
import { ComputeWorker, WorkerPool } from "../utilities/worker.js";
|
||||
import { shuffleArray } from "../utilities/array.js";
|
||||
import { FlybySequence } from "../objects/sequence.js";
|
||||
import { FlybySequence } from "./sequence.js";
|
||||
|
||||
export class FlybySequenceGenerator {
|
||||
private readonly _workerPool!: WorkerPool;
|
||||
|
||||
Reference in New Issue
Block a user