Skip to content

Commit

Permalink
Shouldn't be abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Aug 6, 2020
1 parent 50f850b commit 74a5f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export abstract class System {
/**
* Called when the system is added to the world.
*/
abstract init(attributes?: Attributes): void
init(attributes?: Attributes): void

/**
* Resume execution of this system.
Expand Down

0 comments on commit 74a5f34

Please sign in to comment.