shaku
Version:
A simple and effective JavaScript game development framework that knows its place!
14 lines • 424 B
JavaScript
/**
* Just an alias to main manager so we can require() this folder as a package.
*
* |-- copyright and license --|
* @module Shaku
* @file shaku\src\collision\index.js
* @author Ronen Ness (ronenness@gmail.com | http://ronenness.com)
* @copyright (c) 2021 Ronen Ness
* @license MIT
* |-- end copyright and license --|
*
*/
;
module.exports = require('./collision');