@awesome-ecs/workers
Version:
The Workers package for Awesome ECS. Provides basic implementation for the Worker communication using ECS.
10 lines (9 loc) • 312 B
JavaScript
// src/abstract/types/component-type.ts
var WorkerComponentType = /* @__PURE__ */ ((WorkerComponentType2) => {
WorkerComponentType2["workerInstance"] = "worker-instance";
return WorkerComponentType2;
})(WorkerComponentType || {});
export {
WorkerComponentType
};
//# sourceMappingURL=chunk-A5ALYPYH.js.map