@awesome-ecs/abstract
Version:
A comprehensive Entity-Component-System (ECS) Architecture implementation. Abstract components.
13 lines (11 loc) • 392 B
JavaScript
//#region src/components/identity-component.ts
/**
* The `BasicComponentType` enum defines the types of basic components available.
*/
let BasicComponentType = /* @__PURE__ */ function(BasicComponentType$1) {
BasicComponentType$1["identity"] = "identity";
return BasicComponentType$1;
}({});
//#endregion
exports.BasicComponentType = BasicComponentType;
//# sourceMappingURL=index.cjs.map