]> git.r.bdr.sh - rbdr/sumo/blob - lib/components/elastic.js
Add Grab System (#9)
[rbdr/sumo] / lib / components / elastic.js
1 import { Component } from '@serpentity/serpentity';
2
3 /**
4 * Component that stores elastic properties
5 *
6 * @extends {external:Serpentity.Component}
7 * @class ElasticComponent
8 * @param {object} config a configuration object to extend.
9 */
10 export default class ElasticComponent extends Component {
11 };
12