UNPKG

splat-ecs

Version:
13 lines (12 loc) 190 B
module.exports = { factory: function() { return { current: 0, max: 1000 }; }, reset: function(lifeSpan) { lifeSpan.current = 0; lifeSpan.max = 1000; } };