UNPKG

@awesome-ecs/workers

Version:

The Workers package for Awesome ECS. Provides basic implementation for the Worker communication using ECS.

10 lines (9 loc) 287 B
// src/abstract/types/entity-type.ts var WorkerEntityType = /* @__PURE__ */ ((WorkerEntityType2) => { WorkerEntityType2["workerThread"] = "worker-thread"; return WorkerEntityType2; })(WorkerEntityType || {}); export { WorkerEntityType }; //# sourceMappingURL=chunk-TVAABFYA.js.map