Comparing version 2.2.1 to 2.2.2
@@ -80,3 +80,3 @@ "use strict"; | ||
if (this._components[component.name].init) this._components[component.name].init(this._manager); | ||
if (this._components[component.name].init) this._components[component.name].init(this._components[component.name].state, this._manager); | ||
} | ||
@@ -83,0 +83,0 @@ } |
{ | ||
"name": "sam-ecs", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "A specialized entity component system", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44374