]>
Commit | Line | Data |
---|---|---|
7ade6f8d RBR |
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 { | |
7741a3cc | 11 | } |
7ade6f8d | 12 |