Skip to content

Commit

Permalink
Merge pull request #43 from Ranvier-TS/efactory-abstract
Browse files Browse the repository at this point in the history
convert EntityFactory to abstract class
  • Loading branch information
seanohue authored May 29, 2023
2 parents 98bef75 + d22357d commit 6859033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bugs": "https://github.com/Ranvier-TS/core-ts/issues",
"license": "MIT",
"author": "Shawn Biddle (http://shawnbiddle.com), Sean O'Donohue, Brian Nelson",
"version": "3.2.1",
"version": "3.2.2",
"repository": "github:ranvier-ts/core-ts",
"engines": {
"node": ">= 12.18.2"
Expand Down
2 changes: 1 addition & 1 deletion src/EntityFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type EntityConstructor<TEntity, TDef extends EntityDefinitionBase> = new (
/**
* Stores definitions of entities to allow for easy creation/cloning
*/
export class EntityFactory<
export abstract class EntityFactory<
TEntity extends EffectableEntity,
TDef extends EntityDefinitionBase
> {
Expand Down

0 comments on commit 6859033

Please sign in to comment.