UNPKG

splat-ecs

Version:
11 lines (10 loc) 237 B
// This component is deprecated and will be removed in the next major version. // Use box-collider instead. module.exports = { factory: function() { return []; }, reset: function(collisions) { collisions.length = 0; } };