mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
another rename for clearer stuff
This commit is contained in:
@@ -3,9 +3,9 @@ import config from '~config';
|
|||||||
import { addWorker } from 'artigen/managers/countManager.ts';
|
import { addWorker } from 'artigen/managers/countManager.ts';
|
||||||
import { QueuedRoll } from 'artigen/managers/manager.d.ts';
|
import { QueuedRoll } from 'artigen/managers/manager.d.ts';
|
||||||
|
|
||||||
import { onWorkerComplete } from 'artigen/managers/worker/complete.ts';
|
import { onWorkerComplete } from 'artigen/managers/handler/workerComplete.ts';
|
||||||
import { onWorkerReady } from 'artigen/managers/worker/ready.ts';
|
import { onWorkerReady } from 'artigen/managers/handler/workerReady.ts';
|
||||||
import { terminateWorker } from 'artigen/managers/worker/terminate.ts';
|
import { terminateWorker } from 'artigen/managers/handler/workerTerminate.ts';
|
||||||
|
|
||||||
export const handleRollRequest = (rollRequest: QueuedRoll) => {
|
export const handleRollRequest = (rollRequest: QueuedRoll) => {
|
||||||
// Handle setting up and calling the rollWorker
|
// Handle setting up and calling the rollWorker
|
||||||
|
|||||||
Reference in New Issue
Block a user