Comparing version 4.0.6 to 4.0.7
@@ -31,2 +31,3 @@ 'use strict'; | ||
this._entities = new Dict(); | ||
this._entitiesByComponent = new Dict(); | ||
@@ -203,2 +204,3 @@ | ||
entity.setManager(this); | ||
return entity.hash(); | ||
} | ||
@@ -205,0 +207,0 @@ |
{ | ||
"name": "sam-ecs", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"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
92994
2333