Comparing version 3.1.0 to 3.1.1
@@ -111,12 +111,24 @@ 'use strict'; | ||
this._hashes = new FastSet(); | ||
this._user = undefined; | ||
} | ||
/** | ||
* @description - Returns a hash that is guaranteed not to already be in | ||
* use by the ECS manager | ||
* @return {String} - randomized string that can be used as a hash identifier | ||
*/ | ||
_createClass(Manager, [{ | ||
key: 'setUser', | ||
value: function setUser(value) { | ||
this._user = value; | ||
} | ||
}, { | ||
key: 'getUser', | ||
value: function getUser() { | ||
return this._user; | ||
} | ||
/** | ||
* @description - Returns a hash that is guaranteed not to already be in | ||
* use by the ECS manager | ||
* @return {String} - randomized string that can be used as a hash identifier | ||
*/ | ||
_createClass(Manager, [{ | ||
}, { | ||
key: 'generateHash', | ||
@@ -123,0 +135,0 @@ value: function generateHash() { |
{ | ||
"name": "sam-ecs", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"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
48893
1213